Skip to content

Commit 88d5ed0

Browse files
committed
oops! im dumb lol
1 parent a373acc commit 88d5ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(SRC_FILES "EncounterMaster.cpp" "Menu.cpp" "Creature.h" "Creature.cpp" "Down
2525
if (WIN32 AND CMAKE_BUILD_TYPE STREQUAL "Release")
2626
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup")
2727
add_executable (EncounterMaster WIN32 ${SRC_FILES})
28-
elseif()
28+
else()
2929
add_executable (EncounterMaster ${SRC_FILES})
3030
endif()
3131

0 commit comments

Comments
 (0)