summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-30 05:40:59 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-30 05:40:59 +0000
commit0ccb8a63c7aa857e99802a6bce2ff3aa8c4b3d65 (patch)
tree2b00d716703651a05d6013a8ee357f2c463acc24
parentcaed57893851dddad58f63d68ea41be724582cc1 (diff)
Add Toplex_map image path in Doxyfile
Fix Toplex_map test CMakeLists.txt issue git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3490 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 988ba1cd8d198444f70ab648bfd34e10cc82f6eb
-rw-r--r--src/Doxyfile3
-rw-r--r--src/Toplex_map/test/CMakeLists.txt1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 0ef81e5c..bc6dc279 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -851,7 +851,8 @@ IMAGE_PATH = doc/Skeleton_blocker/ \
doc/Subsampling/ \
doc/Spatial_searching/ \
doc/Tangential_complex/ \
- doc/Bottleneck_distance/
+ doc/Bottleneck_distance/ \
+ doc/Toplex_map/
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
diff --git a/src/Toplex_map/test/CMakeLists.txt b/src/Toplex_map/test/CMakeLists.txt
index 8bf5cf14..5ed55e97 100644
--- a/src/Toplex_map/test/CMakeLists.txt
+++ b/src/Toplex_map/test/CMakeLists.txt
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 2.6)
project(Toplex_map_tests)
-add_executable(chrono chrono.cpp)
add_executable ( ToplexMapUT toplex_map_unit_test.cpp )
target_link_libraries(ToplexMapUT ${Boost_SYSTEM_LIBRARY} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})