diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e36fc36..97ad632 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,11 @@ elseif(ENABLE_SANITIZE_THREAD) endif() # end of for ASAN +include_directories(${PROJECT_SOURCE_DIR}/third_party/cJSON/) +include_directories(${PROJECT_SOURCE_DIR}/third_party/uthash/) include_directories(${PROJECT_SOURCE_DIR}/src/) +aux_source_directory(${PROJECT_SOURCE_DIR}/third_party/cJSON/ SRCLIST) aux_source_directory(${PROJECT_SOURCE_DIR}/src SRCLIST) # Shared Library Output |
