summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quacker/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/quacker/CMakeLists.txt b/quacker/CMakeLists.txt
index f6f617f..542e69b 100644
--- a/quacker/CMakeLists.txt
+++ b/quacker/CMakeLists.txt
@@ -91,6 +91,7 @@ if(APPLE AND BUNDLE)
)
else()
add_executable(Quackle
+ WIN32
${QUACKLE_SOURCES} ${QUACKLE_HEADERS} quacker.rc
)
endif()