Salome HOME
Issue #2879: "What is" does not work
[modules/shaper.git] / src / ModuleBase / CMakeLists.txt
index 3e8fc7d4bce53a2b352f7f47d45bad5943ca46d8..ba2d74969d98b9447aff8161b3ac26aed929d023 100644 (file)
@@ -1,22 +1,21 @@
-## Copyright (C) 2014-2017  CEA/DEN, EDF R&D
-##
-## This library is free software; you can redistribute it and/or
-## modify it under the terms of the GNU Lesser General Public
-## License as published by the Free Software Foundation; either
-## version 2.1 of the License, or (at your option) any later version.
-##
-## This library is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-## Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public
-## License along with this library; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##
-## See http:##www.salome-platform.org/ or
-## email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
-##
+# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 INCLUDE(Common)
 INCLUDE(UseQtExt)
@@ -101,6 +100,9 @@ SET(PROJECT_HEADERS
   ModuleBase_ActionIntParameter.h
   ModuleBase_ChoiceCtrl.h
   ModuleBase_WidgetNameEdit.h
+  ModuleBase_WidgetRadiobox.h
+  ModuleBase_WidgetPointInput.h
+  ModuleBase_ITreeNode.h
 )
 
 SET(PROJECT_MOC_HEADERS
@@ -148,6 +150,8 @@ SET(PROJECT_MOC_HEADERS
   ModuleBase_WidgetValidated.h
   ModuleBase_ChoiceCtrl.h
   ModuleBase_WidgetNameEdit.h
+  ModuleBase_WidgetRadiobox.h
+  ModuleBase_WidgetPointInput.h
 )
 
 SET(PROJECT_SOURCES
@@ -214,6 +218,8 @@ SET(PROJECT_SOURCES
   ModuleBase_Dialog.cpp
   ModuleBase_ChoiceCtrl.cpp
   ModuleBase_WidgetNameEdit.cpp
+  ModuleBase_WidgetRadiobox.cpp
+  ModuleBase_WidgetPointInput.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -225,9 +231,8 @@ SET(PROJECT_LIBRARIES
        GeomDataAPI
        GeomAlgoAPI
        ${QT_LIBRARIES}
-       ${CAS_VIEWER}
-       ${CAS_KERNEL}
-       ${CAS_SHAPE}
+       ${OpenCASCADE_FoundationClasses_LIBRARIES}
+       ${OpenCASCADE_Visualization_LIBRARIES}
        ${suit}
        ${qtx}
        ${ViewerData}
@@ -242,7 +247,7 @@ SOURCE_GROUP ("Generated Files" FILES ${PROJECT_AUTOMOC} ${PROJECT_COMPILED_RESO
 #SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES} ${PROJECT_RESOURCES})
 
 INCLUDE_DIRECTORIES(
-    ${CAS_INCLUDE_DIRS}
+    ${OpenCASCADE_INCLUDE_DIR}
     ${PROJECT_SOURCE_DIR}/src/Config
     ${PROJECT_SOURCE_DIR}/src/Events
     ${PROJECT_SOURCE_DIR}/src/ModelAPI
@@ -257,7 +262,7 @@ IF(${HAVE_SALOME})
   INCLUDE_DIRECTORIES(${SALOME_KERNEL_INCLUDE})
 ENDIF(${HAVE_SALOME})
 
-ADD_DEFINITIONS(-DMODULEBASE_EXPORTS ${CAS_DEFINITIONS})
+ADD_DEFINITIONS(-DMODULEBASE_EXPORTS ${OpenCASCADE_DEFINITIONS})
 ADD_LIBRARY(ModuleBase SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${PROJECT_AUTOMOC})
 TARGET_LINK_LIBRARIES(ModuleBase GeomAPI ${PROJECT_LIBRARIES})