mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 06:46:19 +02:00
remove icon as source to interface executable
This commit is contained in:
parent
ae67da4bcb
commit
6a503f3db0
1 changed files with 1 additions and 3 deletions
|
@ -105,9 +105,7 @@ elseif(WIN32)
|
|||
configure_file("${HF_CMAKE_DIR}/templates/Icon.rc.in" ${CONFIGURE_ICON_RC_OUTPUT})
|
||||
|
||||
# add an executable that also has the icon itself and the configured rc file as resources
|
||||
add_executable(${TARGET_NAME} WIN32
|
||||
${INTERFACE_SRCS} ${QM} ${CONFIGURE_ICON_RC_OUTPUT} "${CMAKE_CURRENT_SOURCE_DIR}/icon/${INTERFACE_ICON_FILENAME}"
|
||||
)
|
||||
add_executable(${TARGET_NAME} WIN32 ${INTERFACE_SRCS} ${QM} ${CONFIGURE_ICON_RC_OUTPUT})
|
||||
else()
|
||||
add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM})
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue