examples/triangle/CMakeLists.txt
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 15 Sep 2007 14:31:36 -0400
changeset 34 19fb71f2405e
parent 30 6d4e450015e4
child 97 0a9bd3f34419
permissions -rw-r--r--
Counter omits color codes only if connected to a TTY

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