modified: CMakeLists.txt
This commit is contained in:
parent
086644ae82
commit
17f793f334
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ if(APPLE)
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
set_target_properties(erlu_idef0_editor PROPERTIES
|
||||||
|
WIN32_EXECUTABLE TRUE
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_compile_definitions(erlu_idef0_editor PRIVATE $<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG_OUTPUT>)
|
target_compile_definitions(erlu_idef0_editor PRIVATE $<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG_OUTPUT>)
|
||||||
|
|
||||||
target_include_directories(idef0_core PRIVATE src)
|
target_include_directories(idef0_core PRIVATE src)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue