Skip to content

Commit

Permalink
MACOSX_BUNDLE TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
bunty95 authored Oct 11, 2024
1 parent 58b9ba8 commit 1550b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ endif()

set_target_properties(dlt-viewer PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
INSTALL_RPATH "$<$<BOOL:${LINUX}>:$ORIGIN/../lib;>$<$<BOOL:${APPLE}>:@loader_path/../Frameworks;>$<$<BOOL:${DLT_USE_QT_RPATH}>:${DLT_QT_LIB_DIR}>")
INSTALL_RPATH "$<$<BOOL:${LINUX}>:$ORIGIN/../lib;>$<$<BOOL:${APPLE}>:@loader_path/../Frameworks;>$<$<BOOL:${DLT_USE_QT_RPATH}>:${DLT_QT_LIB_DIR}>"
MACOSX_BUNDLE TRUE)

install(TARGETS dlt-viewer
DESTINATION "${DLT_EXECUTABLE_INSTALLATION_PATH}"
Expand Down

0 comments on commit 1550b71

Please sign in to comment.