From 1fd2c3a914554419295ba65270849c26409ca5bc Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Wed, 8 May 2013 13:52:45 +0000 Subject: new info.cpp program that prints some information of a given filtration git-svn-id: https://phat.googlecode.com/svn/trunk@70 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 62b0584..75ac88f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,7 @@ FILE(GLOB representations_includes "include/phat/representations/*.h") add_executable (simple_example src/simple_example.cpp ${all_headers}) add_executable (self_test src/self_test.cpp ${all_headers}) add_executable (phat src/phat.cpp ${all_headers}) +add_executable (info src/info.cpp ${all_headers}) add_executable (benchmark src/benchmark.cpp ${all_headers}) source_group(Header\ Files FILES ${general_includes}) -- cgit v1.2.3