summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/pong.dir/cmake_clean.cmake
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-07-14 13:04:54 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-07-14 13:04:54 -0400
commita17dcfdcba9f7da5a91c554eef88cea73d6598b0 (patch)
tree8371131c504fd13e88d98dad7d8421f93ceab3b2 /build/CMakeFiles/pong.dir/cmake_clean.cmake
parent2957d6c5b970d62e5d3333434b323117aaf97fa9 (diff)
Redid the Cmake Config and fell back to C17master
Diffstat (limited to 'build/CMakeFiles/pong.dir/cmake_clean.cmake')
-rw-r--r--build/CMakeFiles/pong.dir/cmake_clean.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/CMakeFiles/pong.dir/cmake_clean.cmake b/build/CMakeFiles/pong.dir/cmake_clean.cmake
new file mode 100644
index 0000000..1b7d823
--- /dev/null
+++ b/build/CMakeFiles/pong.dir/cmake_clean.cmake
@@ -0,0 +1,15 @@
+file(REMOVE_RECURSE
+ "CMakeFiles/pong.dir/main.c.o"
+ "CMakeFiles/pong.dir/main.c.o.d"
+ "CMakeFiles/pong.dir/pong.c.o"
+ "CMakeFiles/pong.dir/pong.c.o.d"
+ "CMakeFiles/pong.dir/screen.c.o"
+ "CMakeFiles/pong.dir/screen.c.o.d"
+ "pong"
+ "pong.pdb"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang C)
+ include(CMakeFiles/pong.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()