Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / NewGeom / CMakeLists.txt
index 9fc3e6b6afe27bc654cf72c14a2c8e45efda5d2f..dcc5bdae5f8d38b2d72bec640556f748019309c3 100644 (file)
@@ -22,6 +22,7 @@ SET(PROJECT_SOURCES
 
 SET(PROJECT_RESOURCES
        resources/LightApp.xml
+       resources/SalomeApp.xml
        resources/newgeom.png
 )
 
@@ -29,6 +30,7 @@ SET(PROJECT_LIBRARIES
     Events
     Config
        XGUI
+       ModuleBase
        ${QT_LIBRARIES}
        ${suit}
        ${std}
@@ -36,6 +38,7 @@ SET(PROJECT_LIBRARIES
        ${CAM}
        ${OCCViewer}
        ${qtx}
+       ${CAS_SHAPE}
 )
 
 ADD_DEFINITIONS( -DNewGeom_EXPORTS ${CAS_DEFINITIONS} )
@@ -61,4 +64,4 @@ ADD_DEPENDENCIES(NewGeom XGUI)
 TARGET_LINK_LIBRARIES(NewGeom ${PROJECT_LIBRARIES})
 
 INSTALL(TARGETS NewGeom DESTINATION bin)
-INSTALL(FILES ${PROJECT_RESOURCES} DESTINATION share/salome/resources/newgeom )
\ No newline at end of file
+INSTALL(FILES ${PROJECT_RESOURCES} DESTINATION share/salome/resources/newgeom )