summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-11-02 13:26:16 +0100
committerGitHub <noreply@github.com>2021-11-02 13:26:16 +0100
commit07333d6e217eca028c41886e1c17dd78477adcf4 (patch)
tree0530c8987c824da79ecddd22485f143831a4c71f /CMakeLists.txt
parent8adb46d8a54f1a0dd71ea686473cc4ca9f5d2f67 (diff)
parent003abb66b7c657356328bc24306e2c5aef02b1d4 (diff)
Merge pull request #397 from VincentRouvreau/coxeter_integration
Coxeter integration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4257a025..d0cf6a25 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ add_gudhi_module(Bitmap_cubical_complex)
add_gudhi_module(Bottleneck_distance)
add_gudhi_module(Collapse)
add_gudhi_module(Contraction)
+add_gudhi_module(Coxeter_triangulation)
add_gudhi_module(Cech_complex)
add_gudhi_module(Hasse_complex)
add_gudhi_module(Persistence_representations)