Skip to content

Commit 3cc32b5

Browse files
committed
CMake: let the sdwrap example link correctly on Win32
1 parent 8b5f1f3 commit 3cc32b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sdwrap/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SET(sdwrap_SRCS
2323
gui/res/icon.icns
2424
)
2525

26-
add_executable(sdwrap ${sdwrap_SRCS})
26+
add_executable(sdwrap WIN32 ${sdwrap_SRCS})
2727

2828

2929

0 commit comments

Comments
 (0)