mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
10 lines
259 B
CMake
10 lines
259 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/simple_ex1.dir/simple_ex1.cc.o"
|
|
"simple_ex1.pdb"
|
|
"simple_ex1"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/simple_ex1.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|