diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e1794b..434fd2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,12 @@ if(APPLE) ) endif() +if(WIN32) + set_target_properties(erlu_idef0_editor PROPERTIES + WIN32_EXECUTABLE TRUE + ) +endif() + target_compile_definitions(erlu_idef0_editor PRIVATE $<$>:QT_NO_DEBUG_OUTPUT>) target_include_directories(idef0_core PRIVATE src)