2 changes: 1 addition & 1 deletion 2 CMakeLists.txt Original file line numberDiff line numberDiff line change @@ -101,7 +101,7 @@ else(APPLE) set(GAME_SOURCES ${GAME_SOURCES} src/game/sdlmain.cpp) endif(APPLE) add_executable(openliero ${GAME_SOURCES} ${RESOURCE_FILES} pkg/win32...
CMakePresets.json Remove MSVC projects, use CMake across the board Aug 5, 2023 LICENSE master -> main branch Aug 5, 2023 changelog.md Improve object file size accounting Aug 6, 2023 readme.md Remove MSVC projects, use CMake across the board ...