## ========================================================================= ## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) ## ========================================================================= set( _scripts cpPlgDefinitions.cmake cpPlgFunctions.cmake cpPlg3rdParty.cmake cpPlgInstallCommands.cmake ) foreach(_s ${_scripts}) install( FILES "${_s}" DESTINATION "lib/cmake/${PROJECT_NAME}" ) endforeach(_s) ## eof - $RCSfile$