cmake install_files examples

Signatures

install_files(<dir> extension file file ...)

Examples

blchinezu/pocketbook-coolreader tools/KWWidgetsInternationalizationMacros.cmake :668

install_files(
          "${mo_install_dir}/${locale}/LC_MESSAGES" FILES ${mo_file})

eiskaltdcpp/eiskaltdcpp cmake/KWWidgetsInternationalizationMacros.cmake :656

install_files(
          "${mo_install_dir}/${locale}/LC_MESSAGES" FILES ${mo_file})

openmm/openmm CMakeLists.txt :422

INSTALL_FILES(/include                 FILES ${CORE_HEADERS})

pyushkevich/itksnap ProgramData/CMakeLists.txt :2

INSTALL_FILES(${SNAP_DATA_INSTALL_DIR} "\\.(txt)$")

buggins/coolreader tools/KWWidgetsInternationalizationMacros.cmake :667

install_files(
          "${mo_install_dir}/${locale}/LC_MESSAGES" FILES ${mo_file})

orocos/orocos-bayesian-filtering orocos_bfl/CMakeLists.txt :122

INSTALL_FILES( "/${CMAKE_INSTALL_LIBDIR}/pkgconfig" FILES orocos-bfl.pc)

vmtk/vmtk vtkVmtk/Utilities/Doxygen/CMakeLists.txt :25

install_files(${VTK_VMTK_INSTALL_LIB_DIR}/doxygen "\\.css$")

devosoft/avida avida-core/CMakeLists.txt :621

INSTALL_FILES(/work FILES ${CFG_FILES})