diff options
author | John Fultz <jfultz@wolfram.com> | 2019-07-22 21:32:39 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-07-22 21:32:39 -0500 |
commit | d2b6da381fe13c57b588bbaaf940fa74d73b040b (patch) | |
tree | 42221d67bbf0dbebcdb616469f15261af9e305d4 /quacker/CMakeLists.txt | |
parent | d2b078ad15fcadb5de8ef25b8f19bde613f59a41 (diff) |
Fix cmake build to build Windows as Win32, not a console app.
Diffstat (limited to 'quacker/CMakeLists.txt')
-rw-r--r-- | quacker/CMakeLists.txt | 1 |
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() |