diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-09-25 18:24:57 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-09-25 18:42:16 +0200 |
commit | 03ff113ac48f21956247b164a83000b5f6ab311d (patch) | |
tree | e0f98656f13716b42898c6aefd8abbcc7353d4bc /build | |
parent | bd5abc1dd5162ead6e0d19fb8f575bc61fcbc6c0 (diff) | |
download | astra-03ff113ac48f21956247b164a83000b5f6ab311d.tar.gz astra-03ff113ac48f21956247b164a83000b5f6ab311d.tar.bz2 astra-03ff113ac48f21956247b164a83000b5f6ab311d.tar.xz astra-03ff113ac48f21956247b164a83000b5f6ab311d.zip |
Add support for checking features at run-time
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/Makefile.in | 1 | ||||
-rw-r--r-- | build/msvc/gen.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in index 2ec3851..f4c5c20 100644 --- a/build/linux/Makefile.in +++ b/build/linux/Makefile.in @@ -141,6 +141,7 @@ BASE_OBJECTS=\ src/FanFlatBeamStripKernelProjector2D.lo \ src/FanFlatProjectionGeometry2D.lo \ src/FanFlatVecProjectionGeometry2D.lo \ + src/Features.lo \ src/FilteredBackProjectionAlgorithm.lo \ src/Filters.lo \ src/Float32Data2D.lo \ diff --git a/build/msvc/gen.py b/build/msvc/gen.py index a42d8e5..42d0e0e 100644 --- a/build/msvc/gen.py +++ b/build/msvc/gen.py @@ -214,6 +214,7 @@ P_astra["filters"]["Global & Other\\source"] = [ "src\\AstraObjectManager.cpp", "src\\CompositeGeometryManager.cpp", "src\\Config.cpp", +"src\\Features.cpp", "src\\Filters.cpp", "src\\Fourier.cpp", "src\\Globals.cpp", @@ -354,6 +355,7 @@ P_astra["filters"]["Global & Other\\headers"] = [ "include\\astra\\clog.h", "include\\astra\\CompositeGeometryManager.h", "include\\astra\\Config.h", +"include\\astra\\Features.h", "include\\astra\\Filters.h", "include\\astra\\Fourier.h", "include\\astra\\Globals.h", |