examples/rips/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 25 Dec 2008 13:08:41 -0800
branchdev
changeset 103 2ac129839e02
parent 92 75b66d8dfa7c
child 100 884f70adc576
permissions -rw-r--r--
Empty is now a template, replaced RecursiveIterator with boost::counting_iterator

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