From 65fe90d82be36b706e2f267441b8e580ead1a802 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 31 Oct 2013 11:55:26 +0000 Subject: [PATCH] Move Hex_defines.hxx to the list of the headers. --- src/HEXABLOCK/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --- -- 2.39.2