build: Set MACOSX_BUNDLE_INFO_PLIST in a different way
This commit is contained in:
parent
e16be09f9a
commit
164cb1285b
@ -163,6 +163,8 @@ macro(configurePackingResources)
|
||||
else ()
|
||||
set ( bundle_path "${CMAKE_BINARY_DIR}/ImHex.app" )
|
||||
endif()
|
||||
|
||||
set_property(TARGET main PROPERTY MACOSX_BUNDLE_INFO_PLIST ${MACOSX_BUNDLE_INFO_PLIST})
|
||||
endif()
|
||||
endif()
|
||||
endmacro()
|
||||
|
Loading…
Reference in New Issue
Block a user