examples/poincare/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 23 Dec 2008 11:02:08 -0800
branchdev
changeset 98 d81e460e267a
parent 97 0a9bd3f34419
child 100 884f70adc576
permissions -rw-r--r--
Closed #8a1 and #96b, added #de6 and #f64

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