File: CMakeLists.txt

package info (click to toggle)
clhep 2.4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,084 kB
  • sloc: cpp: 45,279; sh: 1,343; perl: 28; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# main RandomObjects cmake instructions

# automake/autoconf variables
set( PACKAGE RandomObjects )

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

add_subdirectory(RandomObjects)
add_subdirectory(src)
add_subdirectory(test)