mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Windows: re-add application icon
This commit is contained in:
parent
4d401792a9
commit
389b459a99
@ -34,6 +34,9 @@ if(APPLE)
|
||||
set(CPACK_DMG_BACKGROUND_IMAGE "${S}/bigcert.png")
|
||||
set(CPACK_BUNDLE_ICON ${ICONS})
|
||||
|
||||
elseif(WIN32)
|
||||
ENABLE_LANGUAGE(RC)
|
||||
target_sources(${CMAKE_PROJECT_NAME} PRIVATE ${S}/w32res.rc)
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user