Salome HOME
0023342: [CEA 1947] When we add a text option, the tab key doesn't allow to write...
[plugins/blsurfplugin.git] / src / GUI / CMakeLists.txt
index b42d57eef2141b3c611f1c3aa030748443f3fdfb..4a13b7de9825dcfffa411acd0be0297603486ed2 100644 (file)
@@ -36,6 +36,7 @@ INCLUDE_DIRECTORIES(
   ${CMAKE_CURRENT_BINARY_DIR}
   ${PROJECT_BINARY_DIR}/idl
   ${PROJECT_SOURCE_DIR}/src/BLSURFPlugin
+  ${PROJECT_SOURCE_DIR}/src/GUI
 )
 
 # additional preprocessor / compiler flags
@@ -73,6 +74,7 @@ SET(_link_LIBRARIES
 SET(BLSURFPluginGUI_HEADERS
   BLSURFPluginGUI_HypothesisCreator.h
   BLSURFPluginGUI_Dlg.h
+  BLSURFPluginGUI_TreeWidget.h
 )
 
 # --- sources ---
@@ -86,6 +88,7 @@ SET(_other_SOURCES
   BLSURFPluginGUI_StdWidget.cxx
   BLSURFPluginGUI_AdvWidget.cxx
   BLSURFPluginGUI_HypothesisCreator.cxx
+  BLSURFPluginGUI_TreeWidget.cxx
 )
 
 # --- resources ---