diff --git a/CMakeLists.txt b/CMakeLists.txt index ce06226..1781a1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ configure_file( add_library(verdict ${verdict_SOURCES} ${verdict_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/verdict_config.h) target_compile_features(verdict PRIVATE cxx_std_11) target_include_directories(verdict PUBLIC - $ $) + $ $ $) if(UNIX) target_link_libraries(verdict PRIVATE m) endif()