aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 495f9731..80412549 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,13 @@ endif()
# AO
add_executable(Attorney_Online resources.qrc)
+# WIN32
+if(WIN32)
+ if(CMAKE_BUILD_TYPE STREQUAL "Release")
+ set_property(TARGET Attorney_Online PROPERTY WIN32_EXECUTABLE true)
+ endif()
+endif()
+
# Target Include
target_include_directories(Attorney_Online PRIVATE include)