summaryrefslogtreecommitdiff
path: root/src/Toplex_map/benchmark/CMakeLists.txt
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 09:33:44 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 09:33:44 +0200
commit2927abe9a4b00bd291703340daaaed7bf20f3753 (patch)
tree156fc741c434c41fdff7c690eb8f354d582a9ff1 /src/Toplex_map/benchmark/CMakeLists.txt
parent0e17d3cc8b89fc9fae4f358bb6a8cedaeaff6f0b (diff)
parent0c7d6ae4ddb68422e02a48b6a5575c176041d3e4 (diff)
Merge branch 'master' into simplex_tree_insert_duplicated_vertices_fix_vincent
Diffstat (limited to 'src/Toplex_map/benchmark/CMakeLists.txt')
-rw-r--r--src/Toplex_map/benchmark/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Toplex_map/benchmark/CMakeLists.txt b/src/Toplex_map/benchmark/CMakeLists.txt
new file mode 100644
index 00000000..2d58a156
--- /dev/null
+++ b/src/Toplex_map/benchmark/CMakeLists.txt
@@ -0,0 +1,3 @@
+project(Toplex_map_benchmark)
+
+add_executable(Toplex_map_benchmark benchmark_tm.cpp)