summaryrefslogtreecommitdiffstats
path: root/src/Items
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-10 20:30:12 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-10 20:30:12 +0100
commitd9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41 (patch)
tree9fcd99c210acfc49d6e11b79ca8e27b7801cb2ed /src/Items
parentstarted work on cmake (diff)
downloadcuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.tar
cuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.tar.gz
cuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.tar.bz2
cuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.tar.lz
cuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.tar.xz
cuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.tar.zst
cuberite-d9ecf51f5bbc2e6ca70fcf7352a5626017d0ea41.zip
Diffstat (limited to 'src/Items')
-rw-r--r--src/Items/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Items/CMakeLists.txt b/src/Items/CMakeLists.txt
new file mode 100644
index 000000000..44a9f594f
--- /dev/null
+++ b/src/Items/CMakeLists.txt
@@ -0,0 +1,7 @@
+
+cmake_minimum_required (VERSION 2.6)
+project (MCServer)
+
+include_directories ("${PROJECT_SOURCE_DIR}/../")
+
+add_library(Items ItemHandler)