From 4358526b844451e592beedce5bd8053d5a0b9d3e Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 14 May 2014 16:13:44 +0400 Subject: [PATCH] Install missing header files. --- src/GEOM_I/CMakeLists.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 --- -- 2.39.2