summaryrefslogtreecommitdiffstats
path: root/src/Simulator
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simulator')
-rw-r--r--src/Simulator/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Simulator/CMakeLists.txt b/src/Simulator/CMakeLists.txt
index f56fb0079..521b145b6 100644
--- a/src/Simulator/CMakeLists.txt
+++ b/src/Simulator/CMakeLists.txt
@@ -32,4 +32,6 @@ SET (HDRS
VanillaFluidSimulator.h
VaporizeFluidSimulator.h)
-add_library(Simulator ${SRCS} ${HDRS})
+if(NOT MSVC)
+ add_library(Simulator ${SRCS} ${HDRS})
+endif()