Skip to content

Commit

Permalink
Set WIN32_EXECUTABLE property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 13, 2024
1 parent 7fff3ac commit b83f32a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ set_target_properties(libloot::loot PROPERTIES
)

add_executable(lootcli WIN32)
set_target_properties(lootcli PROPERTIES CXX_STANDARD 20)
set_target_properties(lootcli PROPERTIES
CXX_STANDARD 20
WIN32_EXECUTABLE TRUE)
target_sources(lootcli
PRIVATE
game_settings.cpp
Expand Down

0 comments on commit b83f32a

Please sign in to comment.