mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2025-12-26 19:38:42 +00:00
11 lines
238 B
CMake
11 lines
238 B
CMake
|
|
file(REMOVE_RECURSE
|
||
|
|
"CMakeFiles/Game.dir/main.cpp.o"
|
||
|
|
"bin/Game"
|
||
|
|
"bin/Game.pdb"
|
||
|
|
)
|
||
|
|
|
||
|
|
# Per-language clean rules from dependency scanning.
|
||
|
|
foreach(lang CXX)
|
||
|
|
include(CMakeFiles/Game.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
|
endforeach()
|