cmake: targets linked to skeleton are GUI aps (WinMain, /subsystem:WINDOWS) so need WIN32

This commit is contained in:
Anonymous Maarten
2021-03-26 23:44:41 +01:00
parent 53bf5288de
commit 7e76353128
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
add_executable(subrast
add_executable(subrast WIN32
main.cpp subrast.cpp
)