Full rewrite of all CMakeLists

CMake now works on all platforms
This commit is contained in:
BtbN
2014-01-20 16:58:58 +01:00
parent 8fa309c96e
commit 45ec80fb7d
48 changed files with 2069 additions and 43 deletions

8
.gitignore vendored
View File

@@ -77,6 +77,9 @@ tags
*.lnk
*.chm
*~
.DS_Store
*/.DS_Store
*/**/.DS_Store
*.o.d
*.ninja
@@ -84,10 +87,7 @@ tags
.dirstamp
#cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
CMakeScripts/
cmbuild/
#xcode
*.xcodeproj/