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