mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
11 lines
268 B
CMake
11 lines
268 B
CMake
FILE(REMOVE_RECURSE
|
|
"CMakeFiles/test_physfs.dir/test/test_physfs.o"
|
|
"test_physfs.pdb"
|
|
"test_physfs"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
FOREACH(lang C)
|
|
INCLUDE(CMakeFiles/test_physfs.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
ENDFOREACH(lang)
|