Add more implementation files to config

This commit is contained in:
Alejandro Gallo 2022-07-05 12:40:25 +02:00
parent 0f60ffdf0f
commit 5765ae0dfb

View File

@ -28,17 +28,26 @@
(atrip-def-hdr atrip-slice-h "Slice.hpp") (atrip-def-hdr atrip-slice-h "Slice.hpp")
(atrip-def-hdr atrip-slice-union-h "SliceUnion.hpp") (atrip-def-hdr atrip-slice-union-h "SliceUnion.hpp")
(atrip-def-hdr atrip-utils-h "Utils.hpp") (atrip-def-hdr atrip-utils-h "Utils.hpp")
(atrip-def-hdr atrip-blas-h "Blas.hpp")
(atrip-def-hdr atrip-rankmap-h "RankMap.hpp") (atrip-def-hdr atrip-rankmap-h "RankMap.hpp")
(atrip-def-hdr atrip-unions-h "Unions.hpp") (atrip-def-hdr atrip-unions-h "Unions.hpp")
(atrip-def-hdr atrip-tuples-h "Tuples.hpp") (atrip-def-hdr atrip-tuples-h "Tuples.hpp")
(atrip-def-hdr atrip-equations-h "Equations.hpp")
(atrip-def-hdr atrip-debug-h "Debug.hpp") (atrip-def-hdr atrip-debug-h "Debug.hpp")
(atrip-def-hdr atrip-checkpoint-h "Checkpoint.hpp") (atrip-def-hdr atrip-checkpoint-h "Checkpoint.hpp")
(atrip-def-hdr atrip-blas-h "Blas.hpp")
(atrip-def-src atrip-blas-cxx "Blas.cxx")
(atrip-def-hdr atrip-complex-h "Complex.hpp")
(atrip-def-src atrip-complex-cxx "Complex.cxx")
(atrip-def-hdr atrip-atrip-h "Atrip.hpp") (atrip-def-hdr atrip-atrip-h "Atrip.hpp")
(atrip-def-src atrip-atrip-cxx "Atrip.cxx") (atrip-def-src atrip-atrip-cxx "Atrip.cxx")
(atrip-def-hdr atrip-equations-h "Equations.hpp")
(atrip-def-src atrip-equations-cxx "Equations.cxx")
(atrip-def-hdr atrip-types-h "Types.hpp")
(atrip-def atrip-main-h "include/atrip.hpp") (atrip-def atrip-main-h "include/atrip.hpp")
;; main test ;; main test