Switching to CMake (again).

This commit is contained in:
Deathsbreed
2015-01-04 19:33:55 -06:00
parent 046149db06
commit 99484aeb10
186 changed files with 70 additions and 39543 deletions

7
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Ignore CMake files
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
# Ignore binary files
bin/
*.o