2018-11-29 18:35:30 +01:00
|
|
|
add_subdirectory(core)
|
2015-03-06 14:59:14 +01:00
|
|
|
add_subdirectory(general)
|
|
|
|
add_subdirectory(gprim)
|
|
|
|
add_subdirectory(linalg)
|
|
|
|
add_subdirectory(include)
|
|
|
|
add_subdirectory(meshing)
|
2022-04-27 13:42:04 +02:00
|
|
|
if(USE_OCC)
|
|
|
|
add_subdirectory(occ)
|
|
|
|
endif(USE_OCC)
|
|
|
|
if(USE_STLGEOM)
|
|
|
|
add_subdirectory(stlgeom)
|
|
|
|
endif(USE_STLGEOM)
|
|
|
|
if(USE_GUI)
|
|
|
|
add_subdirectory(visualization)
|
|
|
|
endif(USE_GUI)
|
|
|
|
if(USE_INTERFACE)
|
|
|
|
add_subdirectory(interface)
|
|
|
|
endif(USE_INTERFACE)
|
|
|
|
if(USE_CSG)
|
|
|
|
add_subdirectory(csg)
|
|
|
|
endif(USE_CSG)
|
|
|
|
if(USE_GEOM2D)
|
|
|
|
add_subdirectory(geom2d)
|
|
|
|
endif(USE_GEOM2D)
|