examples/ar-vineyard/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 24 Nov 2019 08:11:18 -0800
changeset 296 c328d7ecf6b8
parent 294 5810d70ec967
permissions -rw-r--r--
Comment out explicit typedefs to make GCC happy

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_PROGRAM_OPTIONS_LIBRARY})
endforeach 					(t)