summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2018-10-23 12:20:18 +0200
committerGitHub <noreply@github.com>2018-10-23 12:20:18 +0200
commiteb97daad97596d54e0da8987ef1c5b1dd91c124f (patch)
treee0f98656f13716b42898c6aefd8abbcc7353d4bc /build
parent6730face204f40c57c3e8fe58ea9749494d669a6 (diff)
parent03ff113ac48f21956247b164a83000b5f6ab311d (diff)
downloadastra-eb97daad97596d54e0da8987ef1c5b1dd91c124f.tar.gz
astra-eb97daad97596d54e0da8987ef1c5b1dd91c124f.tar.bz2
astra-eb97daad97596d54e0da8987ef1c5b1dd91c124f.tar.xz
astra-eb97daad97596d54e0da8987ef1c5b1dd91c124f.zip
Merge pull request #170 from wjp/feature_flags
Add support for checking features at run-time
Diffstat (limited to 'build')
-rw-r--r--build/linux/Makefile.in1
-rw-r--r--build/msvc/gen.py2
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 &amp; 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 &amp; 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",