Skip to content

Commit 58e2de5

Browse files
committed
Windows app
1 parent 6fce979 commit 58e2de5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ target_compile_definitions(apple2
8787

8888
# Copy DLLs on Windows if using vcpkg
8989
if(WIN32)
90+
# Make this a Windows
91+
set_target_properties(apple2 PROPERTIES WIN32_EXECUTABLE ON)
92+
9093
# Define _VCPKG_INSTALLED_DIR if it is not already set
9194
if(NOT DEFINED _VCPKG_INSTALLED_DIR)
9295
set(_VCPKG_INSTALLED_DIR "C:/path/to/vcpkg/installed/x64-windows")

0 commit comments

Comments
 (0)