examples/ar-vineyard/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 05 Jun 2012 17:04:10 -0700
branchdev
changeset 257 d69a9e11205e
parent 237 92b59e2e6fb3
child 294 5810d70ec967
permissions -rw-r--r--
Moved dionysus.circular into its own subdirectory + added dionysus.viewer

set							(targets						
							 ar-vineyard)
	
add_definitions				(${cgal_cxxflags})
foreach 					(t ${targets})
	add_executable			(${t} ${t}.cpp ${external_sources})
	target_link_libraries	(${t}   ${libraries} ${cgal_library} ${CGAL_3RD_PARTY_LIBRARIES} 
                                    ${Boost_SIGNALS_LIBRARY} 
                                    ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach 					(t)