File: CMakeLists.txt

package info (click to toggle)
clhep 2.1.4.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,012 kB
  • sloc: cpp: 50,094; sh: 6,694; makefile: 2,694; perl: 28
file content (16 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# main Exceptions cmake instructions

# automake/autoconf variables
set( PACKAGE Exceptions )

# define dependency list that will be used in several places
list(APPEND ${PACKAGE}_DEPS Cast RefCount )
clhep_package_config()

add_subdirectory(Exceptions)
add_subdirectory(src)
add_subdirectory(test)
if ( CLHEP_BUILD_DOCS )
  message(STATUS "building documents for ${PACKAGE}" )
  add_subdirectory(doc)
endif()