File: CMakeLists.txt

package info (click to toggle)
odb-api 0.18.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 26,452 kB
  • sloc: cpp: 115,083; ansic: 86,859; f90: 30,318; sql: 12,508; sh: 9,939; yacc: 3,680; python: 2,432; lex: 1,593; perl: 1,116; fortran: 341; csh: 214; makefile: 111; lisp: 17
file content (3 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
install(DIRECTORY odb DESTINATION ${INSTALL_DATA_DIR}/..)
file(GLOB_RECURSE odb_support_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "odb/*")
ecbuild_add_resources(TARGET ${PROJECT_NAME}_odb_support_files SOURCES_PACK ${odb_support_files})