diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 7031c7ef..cedb5e3f 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -112,6 +112,8 @@ set(INSTALL_PREFIX $ENV{HOME}/opt) # ----------------------------- list (APPEND link_libraries -pthread) +INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) + # Compilation options definition # Use CMake generator expressions to specify only for a specific language # Values are prefilled with default options that is currently used. |