2011-04-20 15:18:38 +02:00
|
|
|
INCLUDE(BundleUtilities)
|
|
|
|
|
|
|
|
# set bundle to the full path of the executable already existing in the install tree
|
|
|
|
SET(bundle "${CMAKE_INSTALL_PREFIX}/bin/nfc-list@CMAKE_EXECUTABLE_SUFFIX@")
|
|
|
|
|
|
|
|
# set other_libs to a list of additional libs that cannot be reached by dependency analysis
|
|
|
|
SET(other_libs "")
|
|
|
|
|
2013-12-08 14:24:48 +01:00
|
|
|
SET(dirs "@LIBUSB_LIBRARY_DIR@" "@PCRE_BIN_DIRS@")
|
2011-04-20 15:18:38 +02:00
|
|
|
|
|
|
|
fixup_bundle("${bundle}" "${other_libs}" "${dirs}")
|