set source files properties

This commit is contained in:
tildearrow 2024-06-18 14:26:46 -05:00
parent ab7bc149dc
commit d0af4c50a6

View file

@ -1207,6 +1207,7 @@ if (MAKE_BUNDLE AND NOT FORCE_APPLE_BIN)
MACOSX_BUNDLE True
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/res/Info.plist
RESOURCE "${LOCALE_FILES}")
set_source_files_properties("${LOCALE_FILES}" PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
endif()
target_include_directories(${FURNACE} SYSTEM PRIVATE ${DEPENDENCIES_INCLUDE_DIRS})