projects
/
occt.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
0026591: Header collecting in CMake configuration process does not consider 'patch...
[occt.git]
/
src
/
TKMath
/
CMakeLists.txt
Commit
Line
Data
19286d7c
1
project(TKMath)
2
3
set (TOOLKIT_MODULES
4
math
5
ElCLib
6
ElSLib
7
BSplCLib
8
BSplSLib
9
PLib
10
Precision
11
GeomAbs
12
Poly
13
CSLib
14
Convert
15
Bnd
16
BVH
17
gp
18
TColgp
19
TopLoc
20
Expr
21
ExprIntrp
22
)
23
f2e9c853
24
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)