X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FCMakeLists.txt;h=bd843caa93b19576aab7c2eca61099108cc77a7c;hb=254de4ef0338b77444b5e43e104900f15c814132;hp=0e4a7e363d3e44a5686ac2c542045f130eeeac1c;hpb=7494964e67ade5c37d7a344be157381cabf465b9;p=modules%2Fshaper.git diff --git a/src/XGUI/CMakeLists.txt b/src/XGUI/CMakeLists.txt index 0e4a7e363..bd843caa9 100644 --- a/src/XGUI/CMakeLists.txt +++ b/src/XGUI/CMakeLists.txt @@ -1,3 +1,5 @@ +## Copyright (C) 2014-20xx CEA/DEN, EDF R&D + SET(CMAKE_AUTOMOC ON) @@ -5,6 +7,7 @@ SET(PROJECT_HEADERS XGUI.h XGUI_ActionsMgr.h XGUI_ContextMenuMgr.h + XGUI_CustomPrs.h XGUI_DataTreeModel.h XGUI_Displayer.h XGUI_DocumentDataModel.h @@ -21,6 +24,7 @@ SET(PROJECT_HEADERS XGUI_Tools.h XGUI_ViewerProxy.h XGUI_Workshop.h + XGUI_HistoryMenu.h ) SET(PROJECT_AUTOMOC @@ -30,6 +34,7 @@ SET(PROJECT_AUTOMOC SET(PROJECT_SOURCES XGUI_ActionsMgr.cpp XGUI_ContextMenuMgr.cpp + XGUI_CustomPrs.cpp XGUI_Displayer.cpp XGUI_DocumentDataModel.cpp XGUI_ErrorDialog.cpp @@ -44,6 +49,7 @@ SET(PROJECT_SOURCES XGUI_Tools.cpp XGUI_ViewerProxy.cpp XGUI_Workshop.cpp + XGUI_HistoryMenu.cpp ) SET(PROJECT_RESOURCES