Fixed include error?
This commit is contained in:
parent
81b3d6a08d
commit
7952710b65
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user