Cmake related changes
This commit is contained in:
parent
f768c447ff
commit
332588a705
14 changed files with 580 additions and 26 deletions
|
|
@ -31,6 +31,8 @@ set(SOURCES ${SOURCES}
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/ui/macos_util.mm
|
||||
)
|
||||
|
||||
|
||||
|
||||
set(ICON_FILE ${CMAKE_CURRENT_SOURCE_DIR}/images/app.icns)
|
||||
set(MACOSX_BUNDLE_ICON_FILE app.icns)
|
||||
set_source_files_properties(${ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue