netcdf-c/FixBundle.cmake.in
2012-08-29 18:58:08 +00:00

12 lines
261 B
CMake

INCLUDE(BundleUtilities)
# Set bundle to the full path name of the executable
SET (BUNDLE "${CMAKE_INSTALL_PREFIX}/ncdump@CMAKE_EXECUTABLE_SUFFIX@")
SET (OTHER_LIBS "")
SET (DIRS "@LIBRARY_OUTPUT_PATH@")
fixup_bundle("${BUNDLE}" "${OTHER_LIBS}" "${DIRS}")