File: OpenMSBuildSystem_install.cmake

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (7 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
set(INSTALL_FORCE_DOC FALSE) ## do not force documentation to be present
include(cmake/install_common.cmake)

## create script that allows external projects to use our OpenMS lib
get_filename_component(LibOpenMSExportName "${CF_LibOpenMSExport}" NAME)
install(EXPORT OpenMSLibExportGroup DESTINATION share/OpenMS/cmake/ FILE ${LibOpenMSExportName})