X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNewGeom%2FCMakeLists.txt;h=dcc5bdae5f8d38b2d72bec640556f748019309c3;hb=ab609302e92e1b644e39dd08b07138fec7a0caa1;hp=9fc3e6b6afe27bc654cf72c14a2c8e45efda5d2f;hpb=5bd16c177ad50368339aeb289d1980f81a08ad0c;p=modules%2Fshaper.git diff --git a/src/NewGeom/CMakeLists.txt b/src/NewGeom/CMakeLists.txt index 9fc3e6b6a..dcc5bdae5 100644 --- a/src/NewGeom/CMakeLists.txt +++ b/src/NewGeom/CMakeLists.txt @@ -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 )