Initial commit of files

This commit is contained in:
2021-01-22 10:13:40 -05:00
parent 7081dcecc5
commit 56aa3a219b
47 changed files with 2157 additions and 0 deletions

7
bin/cmake-clean.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
rm -rf `find . -name CMakeCache.txt`
rm -rf `find . -name CMakeFiles`
rm -rf `find . -name cmake_install.cmake`
rm -rf `find . -name Makefile`
rm -f install_manifest.txt