Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 252a371

Browse files
committed
Enable WIN32_EXECUTABLE
1 parent 5da5a8f commit 252a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if (WIN32)
8282

8383
set_target_properties(
8484
DeskGap PROPERTIES
85-
WIN32_EXECUTABLE FALSE
85+
WIN32_EXECUTABLE TRUE
8686
LINK_FLAGS "/ENTRY:\"wmainCRTStartup\""
8787
COMPILE_OPTIONS "/MT"
8888
COMPILE_DEFINITIONS WIN32_LEAN_AND_MEAN=1

0 commit comments

Comments
 (0)