netcdf-c/FixBundle.cmake.in

12 lines
261 B
CMake
Raw Normal View History

2012-08-07 04:54:12 +08:00
INCLUDE(BundleUtilities)
# Set bundle to the full path name of the executable
SET (BUNDLE "${CMAKE_INSTALL_PREFIX}/ncdump@CMAKE_EXECUTABLE_SUFFIX@")
2012-08-07 04:54:12 +08:00
SET (OTHER_LIBS "")
SET (DIRS "@LIBRARY_OUTPUT_PATH@")
fixup_bundle("${BUNDLE}" "${OTHER_LIBS}" "${DIRS}")