summaryrefslogtreecommitdiff
path: root/src/common/benchmark/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/benchmark/CMakeLists.txt')
-rw-r--r--src/common/benchmark/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/benchmark/CMakeLists.txt b/src/common/benchmark/CMakeLists.txt
new file mode 100644
index 00000000..a3787d6e
--- /dev/null
+++ b/src/common/benchmark/CMakeLists.txt
@@ -0,0 +1,3 @@
+project(common_benchmark)
+
+add_executable(Graph_simplicial_complex_benchmark Graph_simplicial_complex_benchmark.cpp)