Skip to content

Commit

Permalink
game_launcher: fixed MSVC compiler checks in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Dec 22, 2024
1 parent fc9ba9e commit 5fefff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ list(APPEND DIR_SOURCES
)

# add resource file
if(MSVC)
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
list(APPEND DIR_SOURCES
"game.rc"
)
Expand Down

0 comments on commit 5fefff4

Please sign in to comment.