## == Some general configuration include(@CMAKE_INSTALL_PREFIX@/lib/cmake/@PROJECT_NAME@/cpPlgDefinitions.cmake) include(@CMAKE_INSTALL_PREFIX@/lib/cmake/@PROJECT_NAME@/cpPlgFunctions.cmake) set( cpPlugins_INSTALL_FILE @CMAKE_INSTALL_PREFIX@/lib/cmake/@PROJECT_NAME@/cpPlgInstallCommands.cmake ) ## == Automatically generated commands @PACKAGE_INIT@ ## == Include targets file set(_targets "${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake") if(EXISTS "${_targets}") include("${_targets}") check_required_components("@PROJECT_NAME@") endif(EXISTS "${_targets}") ## == Import bash applications set( _bash ExecutePipeline HostCreator MOC ) foreach(_b ${_bash}) add_executable(cpPlugins_${_b} IMPORTED) set_property( TARGET cpPlugins_${_b} PROPERTY IMPORTED_LOCATION @CMAKE_INSTALL_PREFIX@/bin/cpPlugins_${_b} ) endforeach(_b) ## eof - $RCSfile$