summaryrefslogtreecommitdiff
path: root/build/cmplugin
diff options
context:
space:
mode:
Diffstat (limited to 'build/cmplugin')
-rw-r--r--build/cmplugin/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmplugin/CMakeLists.txt b/build/cmplugin/CMakeLists.txt
new file mode 100644
index 0000000000..5e4bed2e2a
--- /dev/null
+++ b/build/cmplugin/CMakeLists.txt
@@ -0,0 +1,6 @@
+file(GLOB SOURCES "cmstub.cpp")
+set(TARGET cmstub)
+add_library(${TARGET} ${SOURCES})
+set_target_properties(${TARGET} PROPERTIES
+ LINK_FLAGS "/SUBSYSTEM:WINDOWS"
+) \ No newline at end of file