summaryrefslogtreecommitdiff
path: root/adm/cmake/TKVoxel/CMakeLists.txt
blob: 2e3f61a5264c089ffa884a047b787d96bd3b9468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SET(TOOLKIT TKVoxel)

SET(TOOLKIT_MODULES
	Voxel
)
SET(TOOLKIT_DEPENDS
	TKMath
	TKernel
	TKService
	TKMesh
	TKV3d
	TKG2d
	TKV2d
	TKBRep
	TKGeomBase
	TKG3d
	TKTopAlgo
)

SET(TOOLKIT_LIBS ${OPENGL_LIBRARIES})
SET(TOOLKIT_INCLUDE_DIRECTORIES ${OPENGL_INCLUDE_DIR})

INCLUDE(../BuildToolkit.cmake)