summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-23 15:26:43 +0200
committerMattes D <github@xoft.cz>2014-10-23 15:26:43 +0200
commit1235ccb1e20aa764682d766c18a32804963ecf0a (patch)
tree295e1deccb0f43c017ec5cdc00c5dd524897630b
parentMerged IniFile into main MCS sources. (diff)
downloadcuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.tar
cuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.tar.gz
cuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.tar.bz2
cuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.tar.lz
cuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.tar.xz
cuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.tar.zst
cuberite-1235ccb1e20aa764682d766c18a32804963ecf0a.zip
-rw-r--r--src/Generating/CMakeLists.txt2
-rw-r--r--src/Generating/Prefabs/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Generating/CMakeLists.txt b/src/Generating/CMakeLists.txt
index 33d622b42..cd3d5a9f3 100644
--- a/src/Generating/CMakeLists.txt
+++ b/src/Generating/CMakeLists.txt
@@ -65,5 +65,5 @@ SET (HDRS
if(NOT MSVC)
add_library(Generating ${SRCS} ${HDRS})
- target_link_libraries(Generating OSSupport iniFile Blocks)
+ target_link_libraries(Generating OSSupport Blocks)
endif()
diff --git a/src/Generating/Prefabs/CMakeLists.txt b/src/Generating/Prefabs/CMakeLists.txt
index 2c62aa73d..68f6491c4 100644
--- a/src/Generating/Prefabs/CMakeLists.txt
+++ b/src/Generating/Prefabs/CMakeLists.txt
@@ -29,5 +29,5 @@ SET (HDRS
if(NOT MSVC)
add_library(Generating_Prefabs ${SRCS} ${HDRS})
- target_link_libraries(Generating_Prefabs OSSupport iniFile Blocks)
+ target_link_libraries(Generating_Prefabs OSSupport Blocks)
endif()