Add new icons and fix up the linux paths for install
This commit is contained in:
parent
668e5452fa
commit
c2d28351c7
7 changed files with 120 additions and 18 deletions
|
@ -70,9 +70,7 @@ else()
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
if (EXISTS "../../dist/yuzu.icns")
|
||||
set(MACOSX_ICON "../../dist/yuzu.icns")
|
||||
endif()
|
||||
set(MACOSX_ICON "../../dist/yuzu.icns")
|
||||
set_source_files_properties(${MACOSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
||||
add_executable(yuzu MACOSX_BUNDLE ${SRCS} ${HEADERS} ${UI_HDRS} ${MACOSX_ICON})
|
||||
set_target_properties(yuzu PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue