1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Install the gsl_iterator.hh header file
Author: Zixing Liu <zixing.liu@canonical.com>
Forwarded: no
Last-Update: 2023-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/mia/core/CMakeLists.txt b/mia/core/CMakeLists.txt
index 8aceacc..6523291 100644
--- a/mia/core/CMakeLists.txt
+++ b/mia/core/CMakeLists.txt
@@ -33,6 +33,7 @@ SET(GSLPP_HEADERS
gsl_vector.hh
gsl_wavelet.hh
gsl_defines.hh
+ gsl_iterator.hh
)
SET(MIACORE_SRC_BASE
|