tests/utilities/CMakeLists.txt
author Aravindakshan Babu <akshan@stanford.edu>
Wed, 11 Aug 2010 17:07:09 -0700
branchdev
changeset 218 4f70a473e34b
parent 111 958dec48d946
permissions -rw-r--r--
Added a __iter__ method to the PersistenceDiagram class in python. Renamed the points iterator to the intervals iterator.

set							(targets						
							 test-set-iterators
							 test-consistencylist
							 test-orderlist)

if                          (counters)
    set                     (targets    ${targets} test-counters)
endif                       (counters)

foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp)
	target_link_libraries	(${t} ${libraries})
endforeach 					(t ${targets})