mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 10:13:50 +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 ()
|
endif ()
|
||||||
|
|
||||||
# set how the icon shows up in the Info.plist file
|
# 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 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)
|
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/icon/${INTERFACE_ICON_FILENAME} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
||||||
|
|
Loading…
Reference in a new issue