mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
"patch" functionality fixed (except mfc samples) CMake variable descriptions updated and their width realigned
15 lines
175 B
CMake
15 lines
175 B
CMake
project(TKBRep)
|
|
|
|
set (TOOLKIT_MODULES
|
|
TopoDS
|
|
TopExp
|
|
TopTools
|
|
BRep
|
|
BRepLProp
|
|
BRepAdaptor
|
|
BRepTools
|
|
BinTools
|
|
)
|
|
|
|
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|