We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6b69e commit 188db5dCopy full SHA for 188db5d
CMakeLists.txt
@@ -76,6 +76,12 @@ add_compile_definitions(SPDLOG_BUILD_SHARED=OFF)
76
set(spdlog_DIR ${CMAKE_SOURCE_DIR}/3rdparty/spdlog)
77
add_subdirectory(3rdparty/spdlog)
78
79
+if(WIN32)
80
+ add_compile_definitions(UNICODE _UNICODE)
81
+ add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
82
+ set(GUI_TYPE WIN32)
83
+endif()
84
+
85
if(UNIX AND NOT APPLE)
86
find_program(LSB_RELEASE_EXEC lsb_release)
87
execute_process(COMMAND ${LSB_RELEASE_EXEC} -is
makespec/VERSIONSUFFIX
@@ -0,0 +1 @@
1
+.1
0 commit comments