From: rnv Date: Thu, 31 Oct 2013 11:55:26 +0000 (+0000) Subject: Move Hex_defines.hxx to the list of the headers. X-Git-Tag: V7_3_0a1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65fe90d82be36b706e2f267441b8e580ead1a802;p=modules%2Fhexablock.git Move Hex_defines.hxx to the list of the headers. --- diff --git a/src/HEXABLOCK/CMakeLists.txt b/src/HEXABLOCK/CMakeLists.txt index a39a1f9..abeb1ee 100644 --- a/src/HEXABLOCK/CMakeLists.txt +++ b/src/HEXABLOCK/CMakeLists.txt @@ -94,6 +94,7 @@ SET(HEXABLOCKEngine_HEADERS HexKas_functions.hxx HexWitness.hxx HexCramer.hxx + Hex_defines.hxx ) # --- sources --- @@ -151,8 +152,7 @@ SET(HEXABLOCKEngine_SOURCES Hex_salome.cxx test_unit.hxx test_hexa6.cxx - HexKas_functions.cxx - Hex_defines.hxx + HexKas_functions.cxx ) # --- rules ---