diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bd467c..0606bdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ add_executable(Compiler src/main.cpp ) -target_include_directories(Compiler PRIVATE "include") +target_include_directories(Compiler PRIVATE "${PROJECT_SOURCE_DIR}/include") if (IS_OS_LINUX) add_compile_definitions(LWE_WS_XCB)