Skip to content

Commit

Permalink
Update installers.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jan 21, 2025
1 parent 82abe0b commit d7e41d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/installers.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
macro(DeployApple TARGET)
if(EXISTS ${TARGET_FILE})
cmake_policy(PUSH)
cmake_policy(SET CMP0177 NEW)
install ( TARGETS hyperhdr DESTINATION "share/.." COMPONENT "HyperHDR" )
cmake_policy(POP)

install(FILES "${PROJECT_SOURCE_DIR}/cmake/osx/Hyperhdr.icns" DESTINATION "hyperhdr.app/Contents/Resources" COMPONENT "HyperHDR")
install(FILES "${PROJECT_SOURCE_DIR}/LICENSE" DESTINATION "hyperhdr.app/Contents/Resources" COMPONENT "HyperHDR")
Expand Down

0 comments on commit d7e41d4

Please sign in to comment.