Revision: | 1.1 |
Committed: | Sat Oct 22 22:38:10 2011 UTC (13 years, 6 months ago) by greg |
Branch: | MAIN |
CVS Tags: | rad4R1 |
Log Message: | Added qt interface for rvu and cmake files from Bill Hoffman |
# | Content |
---|---|
1 | if("${CMAKE_VERSION}" VERSION_LESS "2.8.5") |
2 | # older CMake, add to CMAKE_MODULE_PATH, use local BundleUtilities and GetPrerequisites |
3 | set(CMAKE_MODULE_PATH "@CMAKE_CURRENT_SOURCE_DIR@" ${CMAKE_MODULE_PATH}) |
4 | endif() |
5 | |
6 | function(gp_item_default_embedded_path_override path) |
7 | set(path "@executable_path" PARENT_SCOPE) |
8 | endfunction() |
9 | |
10 | include(BundleUtilities) |
11 | |
12 | fixup_bundle("$ENV{DESTDIR}@CMAKE_INSTALL_PREFIX@/bin/rvu@CMAKE_EXECUTABLE_SUFFIX@" "" "@QT_LIBRARY_DIR@") |