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