cmake_clean.cmake 602 B

123456789101112131415
  1. FILE(REMOVE_RECURSE
  2. "CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o"
  3. "CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o"
  4. "CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o"
  5. "CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o"
  6. "CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o"
  7. "CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.o"
  8. "SQLiteCpp_tests.pdb"
  9. "SQLiteCpp_tests"
  10. )
  11. # Per-language clean rules from dependency scanning.
  12. FOREACH(lang CXX)
  13. INCLUDE(CMakeFiles/SQLiteCpp_tests.dir/cmake_clean_${lang}.cmake OPTIONAL)
  14. ENDFOREACH(lang)