tests/utilities/CMakeLists.txt
author "Arnur Nigmetov <a.nigmetov@gmail.com>"
Mon, 02 Mar 2015 13:20:51 +0100
branchdev
changeset 281 6e883f004ebe
parent 111 958dec48d946
permissions -rw-r--r--
Added executable to compute Wasserstein distance. Powering to 1/q is done in output. Maybe, should be changed in the function itself?

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})