summaryrefslogtreecommitdiffstats
path: root/src/Items
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-07-18 22:26:43 +0200
committerarchshift <admin@archshift.com>2014-07-19 02:41:43 +0200
commit725d1fd1e2995b1720673c280fea1125ac338b3c (patch)
tree2d3b867af65d899302db9724c68e9bbfef1fc064 /src/Items
parentsrc/CMakeLists: Small changes for increased readability (diff)
downloadcuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.tar
cuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.tar.gz
cuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.tar.bz2
cuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.tar.lz
cuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.tar.xz
cuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.tar.zst
cuberite-725d1fd1e2995b1720673c280fea1125ac338b3c.zip
Diffstat (limited to 'src/Items')
-rw-r--r--src/Items/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Items/CMakeLists.txt b/src/Items/CMakeLists.txt
index 0c15a6944..12a467672 100644
--- a/src/Items/CMakeLists.txt
+++ b/src/Items/CMakeLists.txt
@@ -51,4 +51,6 @@ SET (HDRS
ItemSword.h
ItemThrowable.h)
-add_library(Items ${SRCS} ${HDRS})
+if(NOT MSVC)
+ add_library(Items ${SRCS} ${HDRS})
+endif()