[nostalgia] Make Windows builds of player and studio WIN32 apps

This commit is contained in:
2023-11-11 21:43:13 -06:00
parent ce20282be0
commit 59c11e5309
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_executable(
nostalgia-studio MACOSX_BUNDLE
nostalgia-studio WIN32 MACOSX_BUNDLE
main.cpp
)