diff --git a/CMakeLists.txt b/CMakeLists.txt index ee8d27e..c21fe16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,8 @@ add_library(ws src/utf8.c ) +target_include_directories(ws INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}") + if(WIN32) target_link_libraries(ws pthread ws2_32 -static) else()