Salome HOME
Added interfaces to OCC data and algos: features must not depend on OCC
[modules/shaper.git] / src / PartSet / CMakeLists.txt
index c4d25a782b504e5b99d66092d66f8f95f72c9f05..a50b8cb1f4e6cdce63495d1a653567f3e5d2fcaf 100644 (file)
@@ -27,6 +27,7 @@ SET(TEXT_RESOURCES
 SET(PROJECT_LIBRARIES
     ModuleBase
     Config
+    GeomAPI
     ${QT_LIBRARIES}
     ${CAS_KERNEL}
 )
@@ -47,6 +48,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src/XGUI
                     ${CMAKE_SOURCE_DIR}/src/ModuleBase
                     ${CMAKE_SOURCE_DIR}/src/ModelAPI
                     ${CMAKE_SOURCE_DIR}/src/SketchPlugin
+                    ${CMAKE_SOURCE_DIR}/src/GeomAPI
                     ${CAS_INCLUDE_DIRS}
 )