projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
0026591: Header collecting in CMake configuration process does not consider 'patch...
[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)