summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-04-25 23:38:45 +0200
committerMattes D <github@xoft.cz>2014-04-25 23:38:45 +0200
commit20e0465fd1d6c0daeec3985924907396b82b9a65 (patch)
tree06938fd9a0988f25feddf90848ee7f234ff4bdfd /src/Blocks
parentMerge pull request #937 from archshift/xcode-headers (diff)
parentMissed these CMakeLists. (diff)
downloadcuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.tar
cuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.tar.gz
cuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.tar.bz2
cuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.tar.lz
cuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.tar.xz
cuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.tar.zst
cuberite-20e0465fd1d6c0daeec3985924907396b82b9a65.zip
Diffstat (limited to 'src/Blocks')
-rw-r--r--src/Blocks/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt
index 082ff41ac..4b8c745ad 100644
--- a/src/Blocks/CMakeLists.txt
+++ b/src/Blocks/CMakeLists.txt
@@ -6,6 +6,7 @@ include_directories ("${PROJECT_SOURCE_DIR}/../")
file(GLOB SOURCE
"*.cpp"
+ "*.h"
)
add_library(Blocks ${SOURCE})