From 301c689285d49a969c335cd93132ee84ca064ddb Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 8 May 2016 20:39:59 +0200 Subject: Adapt example to generate a Voronoi diagram for n points --- CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 88200b9..1d543a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,12 @@ include_directories( ) add_executable( - test - test.cc + example + example.cc src/imgen.cc ) + +target_link_libraries( + example + m +) -- cgit v1.2.3