File: CMakeLists.txt

package info (click to toggle)
nexus 4.4.3-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,876 kB
  • sloc: cpp: 34,928; ansic: 17,317; f90: 2,326; xml: 2,071; java: 1,953; fortran: 1,529; python: 766; makefile: 532; sh: 460; tcl: 173; lisp: 169
file content (10 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

configure_file(nexus.pc.in nexus.pc @ONLY)
configure_file(nexus-cpp.pc.in nexus-cpp.pc @ONLY)
configure_file(nexus-f77.pc.in nexus-f77.pc @ONLY)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/nexus.pc  
              ${CMAKE_CURRENT_BINARY_DIR}/nexus-cpp.pc
              ${CMAKE_CURRENT_BINARY_DIR}/nexus-f77.pc
        DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)