X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEntityGUI%2FCMakeLists.txt;h=491e18196093ae06564141a620626233cb1b64e1;hb=8a3c50983333322d6518e85c9e43d502978b64a5;hp=a1cfd47362646846e3f1e538b28647266ca2c3cc;hpb=3799901cfcf8abd1d53f9b5736284f470db439e7;p=modules%2Fgeom.git diff --git a/src/EntityGUI/CMakeLists.txt b/src/EntityGUI/CMakeLists.txt old mode 100755 new mode 100644 index a1cfd4736..491e18196 --- a/src/EntityGUI/CMakeLists.txt +++ b/src/EntityGUI/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2021 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -24,9 +24,9 @@ INCLUDE(UseQtExt) # additional include directories INCLUDE_DIRECTORIES( ${PTHREAD_INCLUDE_DIR} - ${VTK_INCLUDE_DIRS} + ${OPENCV_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIR} - ${CAS_INCLUDE_DIRS} + ${OpenCASCADE_INCLUDE_DIR} ${KERNEL_INCLUDE_DIRS} ${GUI_INCLUDE_DIRS} ${PROJECT_BINARY_DIR}/idl @@ -49,7 +49,7 @@ INCLUDE_DIRECTORIES( # additional preprocessor / compiler flags ADD_DEFINITIONS( - ${CAS_DEFINITIONS} + ${OpenCASCADE_DEFINITIONS} ${OMNIORB_DEFINITIONS} ${QT_DEFINITIONS} ${OPENCV_DEFINITIONS}