diff options
Diffstat (limited to 'cmake/core.cmake')
-rw-r--r-- | cmake/core.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake index 5fc7c37302..afb345d4a8 100644 --- a/cmake/core.cmake +++ b/cmake/core.cmake @@ -12,5 +12,4 @@ endif() set_target_properties(${TARGET} PROPERTIES LINK_FLAGS "/SUBSYSTEM:WINDOWS" RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/$<CONFIG>/Core" -) -target_link_libraries(${TARGET} ${COMMON_LIBS})
\ No newline at end of file +)
\ No newline at end of file |