summaryrefslogtreecommitdiff
path: root/src/Hasse_complex/example/CMakeLists.txt
blob: 564df49d13134a4ba2826604e5821fd833f29fe9 (plain)
1
2
3
4
5
cmake_minimum_required(VERSION 2.6)
project(GUDHIHasseComplexExample)

add_executable ( hasse_complex_from_simplex_tree hasse_complex_from_simplex_tree.cpp )
add_test(hasse_complex_from_simplex_tree ${CMAKE_CURRENT_BINARY_DIR}/hasse_complex_from_simplex_tree)