Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Dec 18, 2023
1 parent 3880084 commit ecbc470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ elseif(APPLE AND NOT IOS)
set(AAX_DEST "../Library/Application Support/Avid/Audio/Plug-Ins")

# set_target_properties(${PROJECT_NAME}_Standalone PROPERTIES INSTALL_RPATH ${PROJECT_SOURCE_DIR}/external/ndi5-sdk/lib)
set(CMAKE_MACOSX_RPATH "../Library/Application Support/${PRODUCT_NAME}/")
set(CMAKE_MACOSX_RPATH "/Library/Application Support/${PRODUCT_NAME}/")
set_target_properties(${PROJECT_NAME}_Standalone PROPERTIES BUNDLE TRUE)

install(TARGETS ${PROJECT_NAME}_Standalone RUNTIME DESTINATION . BUNDLE DESTINATION . COMPONENT Standalone)
Expand Down

0 comments on commit ecbc470

Please sign in to comment.