include(BundleUtilities) # Set bundle to the full path name of the executables already existing set(bundle "${CMAKE_INSTALL_PREFIX}/@PROJECT_NAME@@CMAKE_EXECUTABLE_SUFFIX@") # Set other_libs to a list of full path names to additionale libraries that cannot be reached by dependency analysis (i.e dynamically loaded plugins) set(other_libs "") # Set dirs to a list of directories where prerequisite libraries may be found set(dirs "@LIBRARY_OUTPUT_PATH@") fixup_bundle("${bundle}" "${other_libs}" "${dirs}")