summaryrefslogtreecommitdiff
path: root/src/Toplex_map/benchmark/CMakeLists.txt
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-03 13:02:44 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-03 13:02:44 +0000
commit2aa8114f1b8e55ef3433461c72f102868ce55866 (patch)
treed5850f9ac6cf6a95420dd8ce96d2ec1394b8b2fe /src/Toplex_map/benchmark/CMakeLists.txt
parent5207236bc6cfacf1789b3eac99360a272a008678 (diff)
compile on linux
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3410 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 01b43f553d2095f852bb40d15abe57aa91c8f3ff
Diffstat (limited to 'src/Toplex_map/benchmark/CMakeLists.txt')
-rw-r--r--src/Toplex_map/benchmark/CMakeLists.txt4
1 files changed, 4 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..2341fe06
--- /dev/null
+++ b/src/Toplex_map/benchmark/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 2.6)
+project(Toplex_map_examples)
+
+add_executable(chrono chrono.cpp)