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