X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM_I%2FCMakeLists.txt;h=aef81b998425c0adf6d81625e3f532772a39afc6;hb=939f3cca95870d93e333f2b4dfdea41ed1ba9092;hp=e70634e89068c6143b705dcc1692eb0d7b5c21d2;hpb=f1519c7ef36cf42aaef99bad0aa5ba3d7d562c31;p=modules%2Fgeom.git diff --git a/src/GEOM_I/CMakeLists.txt b/src/GEOM_I/CMakeLists.txt index e70634e89..aef81b998 100755 --- a/src/GEOM_I/CMakeLists.txt +++ b/src/GEOM_I/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 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 # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# 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 @@ -24,12 +24,12 @@ INCLUDE_DIRECTORIES( ${OMNIORB_INCLUDE_DIR} ${PTHREAD_INCLUDE_DIR} ${CAS_INCLUDE_DIRS} - ${LIBXML2_INCLUDE_DIR} ${KERNEL_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/GEOMImpl ${PROJECT_SOURCE_DIR}/src/GEOM ${PROJECT_SOURCE_DIR}/src/GEOMAlgo - ${PROJECT_SOURCE_DIR}/src/XAO + ${PROJECT_SOURCE_DIR}/src/GEOMUtils + ${PROJECT_SOURCE_DIR}/src/ShHealOper ${PROJECT_BINARY_DIR}/idl ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_BINARY_DIR} @@ -38,7 +38,6 @@ INCLUDE_DIRECTORIES( # additional preprocessor / compiler flags ADD_DEFINITIONS( ${CAS_DEFINITIONS} - ${LIBXML2_DEFINITIONS} ${OMNIORB_DEFINITIONS} ) @@ -46,6 +45,7 @@ ADD_DEFINITIONS( # libraries to link to SET(_link_LIBRARIES GEOMImpl + GEOMUtils SalomeIDLGEOM ${KERNEL_SALOMELocalTrace} ${KERNEL_SalomeGenericObj} @@ -57,22 +57,24 @@ SET(_link_LIBRARIES # --- headers --- SET(GEOMEngine_HEADERS - # GEOM_Object_i.hh - # GEOM_IOperations_i.hh - # GEOM_IBasicOperations_i.hh - # GEOM_IHealingOperations_i.hh - # GEOM_I3DPrimOperations_i.hh - # GEOM_IShapesOperations_i.hh - # GEOM_IBlocksOperations_i.hh - # GEOM_IBooleanOperations_i.hh - # GEOM_ICurvesOperations_i.hh - # GEOM_ILocalOperations_i.hh - # GEOM_IInsertOperations_i.hh - # GEOM_ITransformOperations_i.hh - # GEOM_IMeasureOperations_i.hh - # GEOM_IGroupOperations_i.hh - # GEOM_Gen_i.hh - # GEOM_GEOM_I.hxx + GEOM_IFieldOperations_i.hh + GEOM_BaseObject_i.hh + GEOM_Object_i.hh + GEOM_IOperations_i.hh + GEOM_IBasicOperations_i.hh + GEOM_IHealingOperations_i.hh + GEOM_I3DPrimOperations_i.hh + GEOM_IShapesOperations_i.hh + GEOM_IBlocksOperations_i.hh + GEOM_IBooleanOperations_i.hh + GEOM_ICurvesOperations_i.hh + GEOM_ILocalOperations_i.hh + GEOM_IInsertOperations_i.hh + GEOM_ITransformOperations_i.hh + GEOM_IMeasureOperations_i.hh + GEOM_IGroupOperations_i.hh + GEOM_Gen_i.hh + GEOM_GEOM_I.hxx GEOM_wrap.hxx ) # --- sources ---