Salome HOME
Make comparison of updated shapes better.
[modules/shaper_study.git] / src / StudyData / CMakeLists.txt
index 04d7a193b97ea56f7e062605f3e02dea643284cc..6189d6d0f55c0963e82130d1c1d904359d7fefa6 100644 (file)
@@ -37,17 +37,17 @@ ADD_DEFINITIONS(
 SET(_link_LIBRARIES
   SalomeIDLGEOM
   ${OpenCASCADE_ModelingAlgorithms_LIBRARIES}
-  # ${OpenCASCADE_ModelingData_LIBRARIES}
-  # ${OpenCASCADE_ApplicationFramework_LIBRARIES}
-  # ${GEOM_NMTTools}
-  # ${GEOM_GEOMUtils}
+  ${LIB_XAOShaper}
 )
 
 # --- headers ---
 
 # header files / no moc processing
 SET(STUDYDATA_HEADERS
+    StudyData.h
     StudyData_Object.h
+    StudyData_Operation.h
+    StudyData_XAO.h
 )
 
 # --- sources ---
@@ -55,6 +55,8 @@ SET(STUDYDATA_HEADERS
 # sources / static
 SET(STUDYDATA_SOURCES
     StudyData_Object.cpp
+    StudyData_Operation.cpp
+    StudyData_XAO.cpp
 )
 
 # --- rules ---