mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
fix for reference to interface filename
This commit is contained in:
parent
926b75782f
commit
c83ac2171c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ if (APPLE)
|
|||
endif ()
|
||||
|
||||
# set how the icon shows up in the Info.plist file
|
||||
set(MACOSX_BUNDLE_ICON_FILE "${INTERfACE_ICON_FILENAME}")
|
||||
set(MACOSX_BUNDLE_ICON_FILE "${INTERFACE_ICON_FILENAME}")
|
||||
|
||||
# set where in the bundle to put the resources file
|
||||
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/icon/${INTERFACE_ICON_FILENAME} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
||||
|
|
Loading…
Reference in a new issue