We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fce979 commit 58e2de5Copy full SHA for 58e2de5
CMakeLists.txt
@@ -87,6 +87,9 @@ target_compile_definitions(apple2
87
88
# Copy DLLs on Windows if using vcpkg
89
if(WIN32)
90
+ # Make this a Windows
91
+ set_target_properties(apple2 PROPERTIES WIN32_EXECUTABLE ON)
92
+
93
# Define _VCPKG_INSTALLED_DIR if it is not already set
94
if(NOT DEFINED _VCPKG_INSTALLED_DIR)
95
set(_VCPKG_INSTALLED_DIR "C:/path/to/vcpkg/installed/x64-windows")
0 commit comments