aboutsummaryrefslogtreecommitdiffstats
path: root/ClazySources.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ClazySources.cmake')
-rw-r--r--ClazySources.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClazySources.cmake b/ClazySources.cmake
index 7969d56d..960f5b53 100644
--- a/ClazySources.cmake
+++ b/ClazySources.cmake
@@ -33,7 +33,7 @@ set(CLAZY_PLUGIN_SRCS # Sources for the plugin
${CLAZY_SHARED_SRCS}
)
-if (MSVC)
+if (WIN32)
set(CLAZY_STANDALONE_SRCS
${CLAZY_SHARED_SRCS}
${CMAKE_CURRENT_LIST_DIR}/src/ClazyStandaloneMain.cpp