From e62e68d8dad3e554fdd9a41cea6ecdf35cde3102 Mon Sep 17 00:00:00 2001 From: protomors Date: Wed, 8 Nov 2017 02:31:53 +0600 Subject: CMake: clean up library dependencies. --- cmake/plugin.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmake/plugin.cmake') diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake index d3986c87c3..ed830572d6 100644 --- a/cmake/plugin.cmake +++ b/cmake/plugin.cmake @@ -10,5 +10,4 @@ endif() set_target_properties(${TARGET} PROPERTIES LINK_FLAGS "/SUBSYSTEM:WINDOWS" RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/$/Plugins" -) -target_link_libraries(${TARGET} ${COMMON_LIBS}) \ No newline at end of file +) \ No newline at end of file -- cgit v1.2.3