Skip to content

Commit

Permalink
Probably goes after
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Feb 7, 2025
1 parent 5412969 commit 6228c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ option(BUILD_SHARED_LIBS "Build a shared library instead of static" OFF)
option(SDL_VENDORED "Use vendored libraries" ON)

if(CMAKE_HOST_WIN32)
add_executable(8ChocChip WIN32)
set_target_properties(8ChocChip PROPERTIES
WIN32_EXECUTABLE TRUE
)
add_executable(8ChocChip WIN32)
else()
add_executable(8ChocChip)
endif()
Expand Down

0 comments on commit 6228c22

Please sign in to comment.