diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ca11b685c..78099ecd7 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -88,6 +88,8 @@ include_directories(${GNUTLS_INCLUDE_PATH}) include_directories(${CURL_INCLUDE_DIRS}) +include_directories(${ZSTD_INCLUDE_DIRS}) + include_directories(${CMAKE_BINARY_DIR}) add_library(weechat_core STATIC ${LIB_CORE_SRC}) target_link_libraries(weechat_core coverage_config) |