We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5f1f3 commit 3cc32b5Copy full SHA for 3cc32b5
examples/sdwrap/CMakeLists.txt
@@ -23,7 +23,7 @@ SET(sdwrap_SRCS
23
gui/res/icon.icns
24
)
25
26
-add_executable(sdwrap ${sdwrap_SRCS})
+add_executable(sdwrap WIN32 ${sdwrap_SRCS})
27
28
29
0 commit comments