Skip to content

Commit

Permalink
Add CMake
Browse files Browse the repository at this point in the history
(cherry picked from commit ee2afda)
  • Loading branch information
heinrich5991 committed Dec 25, 2018
1 parent f20f509 commit d2e39d2
Show file tree
Hide file tree
Showing 35 changed files with 2,570 additions and 37 deletions.
40 changes: 37 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,48 @@
/bam
/.bam
/config.lua
/bam
/build
/other/*/lib
/config.lua
/objs
/other/*/include
/other/*/lib
__pycache__/
*.dll
*.pyc
*.pyo
scripts/work/
/SDL.dll
/freetype.dll
/autoexec.cfg
_test.exe
Info.plist

crapnet*
fake_server*
map_resave*
map_version*
mastersrv*
packetgen*
teeworlds*
teeworlds_srv*
versionsrv*

# CMake
data
generated

.ninja_deps
.ninja_log
CMakeCache.txt
CMakeFiles
CMakeSettings*
CPackConfig.cmake
CPackSourceConfig.cmake
Debug
Makefile
Release
_CPack_Packages/
build.ninja
cmake_install.cmake
install_manifest.txt
pack_*/
rules.ninja
Loading

0 comments on commit d2e39d2

Please sign in to comment.