From: rnv Date: Wed, 14 May 2014 12:13:44 +0000 (+0400) Subject: Install missing header files. X-Git-Tag: V7_4_0rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4358526b844451e592beedce5bd8053d5a0b9d3e;p=modules%2Fgeom.git Install missing header files. --- diff --git a/src/GEOM_I/CMakeLists.txt b/src/GEOM_I/CMakeLists.txt index cd6ed7108..fb2a677a7 100755 --- a/src/GEOM_I/CMakeLists.txt +++ b/src/GEOM_I/CMakeLists.txt @@ -55,22 +55,22 @@ 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_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 ---