examples/ar-vineyard/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 06 Mar 2023 12:48:28 -0800
changeset 301 41d5aeb87565
parent 294 5810d70ec967
permissions -rw-r--r--
Change all http to https in doc/get-build-install.rst

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)