summaryrefslogtreecommitdiffstats
path: root/src/UI
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI')
-rw-r--r--src/UI/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/UI/CMakeLists.txt b/src/UI/CMakeLists.txt
index c41123318..2b094ef1d 100644
--- a/src/UI/CMakeLists.txt
+++ b/src/UI/CMakeLists.txt
@@ -13,4 +13,6 @@ SET (HDRS
Window.h
WindowOwner.h)
-add_library(UI ${SRCS} ${HDRS})
+if(NOT MSVC)
+ add_library(UI ${SRCS} ${HDRS})
+endif()