examples/triangle/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 14 Sep 2007 05:51:51 -0400
changeset 30 6d4e450015e4
parent 15 ef3bf83302ca
child 97 0a9bd3f34419
permissions -rw-r--r--
Fixed logging and counters

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