X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FCMakeLists.txt;h=1775cb1259fa8bdb1aaa53860868341af26aa758;hb=058edf4f920184f6d5a58e11b65991d35330ad16;hp=9a506a60b2fbc045abb0925e874a4a5b7f81520c;hpb=b5e02d646eb8ff63f6f8d0d6b318b6ed85c58e43;p=modules%2Fshaper.git diff --git a/src/XGUI/CMakeLists.txt b/src/XGUI/CMakeLists.txt index 9a506a60b..1775cb125 100644 --- a/src/XGUI/CMakeLists.txt +++ b/src/XGUI/CMakeLists.txt @@ -1,4 +1,3 @@ -INCLUDE(FindCAS) SET(CMAKE_AUTOMOC ON) @@ -30,7 +29,10 @@ SET(PROJECT_HEADERS XGUI_ErrorDialog.h XGUI_SalomeViewer.h XGUI_ViewerProxy.h + XGUI_ViewerPrs.h XGUI_PropertyPanel.h + XGUI_ContextMenuMgr.h + XGUI_ModuleConnector.h ) SET(PROJECT_AUTOMOC @@ -59,7 +61,10 @@ SET(PROJECT_SOURCES XGUI_ActionsMgr.cpp XGUI_ErrorDialog.cpp XGUI_ViewerProxy.cpp + XGUI_ViewerPrs.cpp XGUI_PropertyPanel.cpp + XGUI_ContextMenuMgr.cpp + XGUI_ModuleConnector.cpp ) SET(PROJECT_RESOURCES @@ -112,6 +117,7 @@ INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events ${PROJECT_SOURCE_DIR}/src/ModelAPI ${PROJECT_SOURCE_DIR}/src/Model ${PROJECT_SOURCE_DIR}/src/ModuleBase + ${PROJECT_SOURCE_DIR}/src/PartSetPlugin ${CAS_INCLUDE_DIRS}) LINK_DIRECTORIES($ENV{PYTHON_LIB_DIR})