diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 16:44:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 16:44:15 +0300 |
commit | 77bb74bd2d944be1a1dc719027dbf37ad088b828 (patch) | |
tree | 0feb040a768eff20220835eb359e767dc43f113c /src/CMakeLists.txt | |
parent | 835dd846af75ea2cfc91f0134156f9c6545dd8ce (diff) | |
download | plus-77bb74bd2d944be1a1dc719027dbf37ad088b828.tar.gz plus-77bb74bd2d944be1a1dc719027dbf37ad088b828.tar.bz2 plus-77bb74bd2d944be1a1dc719027dbf37ad088b828.tar.xz plus-77bb74bd2d944be1a1dc719027dbf37ad088b828.zip |
Move blocktype into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 806c2173f..f9e6b54c7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -704,6 +704,7 @@ SET(SRCS logger.h main.cpp main.h + resources/map/blocktype.h resources/map/location.h resources/map/map.cpp resources/map/map.h |