summaryrefslogtreecommitdiff
path: root/quacker/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2019-07-22 21:32:39 -0500
committerJohn Fultz <jfultz@wolfram.com>2019-07-22 21:32:39 -0500
commitd2b6da381fe13c57b588bbaaf940fa74d73b040b (patch)
tree42221d67bbf0dbebcdb616469f15261af9e305d4 /quacker/CMakeLists.txt
parentd2b078ad15fcadb5de8ef25b8f19bde613f59a41 (diff)
Fix cmake build to build Windows as Win32, not a console app.
Diffstat (limited to 'quacker/CMakeLists.txt')
-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()