Added klib cmake dependency
This commit is contained in:
parent
a45b04df4a
commit
1928e161f7
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ include_directories(
|
|||
dependencies/libcsptr/include/
|
||||
dependencies/dyncall/dyncall/
|
||||
dependencies/valgrind/include/
|
||||
dependencies/klib/
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
|
@ -127,6 +128,7 @@ set(SOURCE_FILES
|
|||
src/io/asprintf.c
|
||||
src/io/file.c
|
||||
src/log/logging.c
|
||||
src/log/output.c
|
||||
src/log/tap.c
|
||||
src/log/normal.c
|
||||
src/log/xml.c
|
||||
|
|
Loading…
Add table
Reference in a new issue