-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
61 lines (57 loc) · 1.3 KB
/
CMakeLists.txt
File metadata and controls
61 lines (57 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
# All rights reserved.
#
# For the licensing terms see $ROOTSYS/LICENSE.
# For the list of contributors see $ROOTSYS/README/CREDITS.
############################################################################
# CMakeLists.txt file for building ROOT math/smatrix package
############################################################################
ROOT_STANDARD_LIBRARY_PACKAGE(Smatrix
HEADERS
Math/BinaryOperators.h
Math/BinaryOpPolicy.h
Math/CholeskyDecomp.h
Math/Dfact.h
Math/Dfactir.h
Math/Dfinv.h
Math/Dinv.h
Math/Dsfact.h
Math/Dsinv.h
Math/Expression.h
Math/Functions.h
Math/HelperOps.h
Math/MatrixFunctions.h
Math/MatrixRepresentationsStatic.h
Math/MConfig.h
Math/SMatrixDfwd.h
Math/SMatrixFfwd.h
Math/SMatrix.h
Math/StaticCheck.h
Math/SVector.h
Math/UnaryOperators.h
NO_SOURCES
LINKDEF
LinkDef.h
DICTIONARY_OPTIONS
-writeEmptyRootPCM
DEPENDENCIES
Core
MathCore
)
ROOT_GENERATE_DICTIONARY(G__Smatrix32
Math/SMatrix.h
Math/SMatrixDfwd.h
Math/SMatrixFfwd.h
Math/SVector.h
MULTIDICT
MODULE
Smatrix
LINKDEF
LinkDefD32.h
OPTIONS
-writeEmptyRootPCM
DEPENDENCIES
Core
MathCore
)
ROOT_ADD_TEST_SUBDIRECTORY(test)