Compare commits
1 Commits
oop
...
7952710b65
Author | SHA1 | Date | |
---|---|---|---|
7952710b65 |
@@ -31,7 +31,7 @@ add_executable(Compiler
|
|||||||
src/main.cpp
|
src/main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(Compiler PRIVATE "include")
|
target_include_directories(Compiler PRIVATE "${PROJECT_SOURCE_DIR}/include")
|
||||||
|
|
||||||
if (IS_OS_LINUX)
|
if (IS_OS_LINUX)
|
||||||
add_compile_definitions(LWE_WS_XCB)
|
add_compile_definitions(LWE_WS_XCB)
|
||||||
|
Reference in New Issue
Block a user