projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9297491
)
Add CMakeLists.txt
author
TimePath <andrew.hardaker1995@gmail.com>
Sat, 19 Mar 2016 04:19:17 +0000
(15:19 +1100)
committer
TimePath <andrew.hardaker1995@gmail.com>
Thu, 14 Apr 2016 04:17:39 +0000
(14:17 +1000)
CMakeLists.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/CMakeLists.txt
b/CMakeLists.txt
new file mode 100644
(file)
index 0000000..
0dbabfb
--- /dev/null
+++ b/
CMakeLists.txt
@@ -0,0
+1,7
@@
+cmake_minimum_required(VERSION 2.8.11)
+project(xonotic)
+
+add_subdirectory(darkplaces)
+add_subdirectory(data/xonotic-data.pk3dir)
+add_subdirectory(gmqcc)
+add_subdirectory(netradiant)