summaryrefslogtreecommitdiff
path: root/cmake/plugin.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/plugin.cmake')
-rw-r--r--cmake/plugin.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake
index a15b2f5f81..d8b93829d9 100644
--- a/cmake/plugin.cmake
+++ b/cmake/plugin.cmake
@@ -10,4 +10,5 @@ endif()
set_target_properties(${TARGET} PROPERTIES
LINK_FLAGS "/SUBSYSTEM:WINDOWS"
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/$<CONFIG>/Plugins"
-) \ No newline at end of file
+)
+target_link_libraries(${TARGET} mir_core cmstub) \ No newline at end of file