eaccbb22c930a3d16fce70e630fd5afad72b5279
[occt.git] / src / TKMath / CMakeLists.txt
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
24 OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)