diff options
Diffstat (limited to '')
-rw-r--r-- | src/Generating/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Generating/CMakeLists.txt b/src/Generating/CMakeLists.txt new file mode 100644 index 000000000..f9565aba4 --- /dev/null +++ b/src/Generating/CMakeLists.txt @@ -0,0 +1,7 @@ + +cmake_minimum_required (VERSION 2.6) +project (MCServer) + +include_directories ("${PROJECT_SOURCE_DIR}/../") + +add_library(Generating ChunkGenerator) |