projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
04024e3df7aba6e1b7e9108fcac4e138c75fef1b
[occt.git]
/
src
/
TKShHealing
/
CMakeLists.txt
1
project(TKShHealing)
2
3
set (TOOLKIT_MODULES
4
ShapeBuild
5
ShapeExtend
6
ShapeConstruct
7
ShapeCustom
8
ShapeAnalysis
9
ShapeFix
10
ShapeUpgrade
11
ShapeAlgo
12
ShapeProcess
13
ShapeProcessAPI
14
)
15
16
if (WIN32)
17
list( APPEND USED_LIBS wsock32.lib )
18
endif()
19
20
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)