From e565d4e44c8013607a372c0f2a4af0eee8164843 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 22 May 2016 02:02:58 +0200 Subject: Consistently use `std::ptrdiff_t` for coordinates --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aeef3a..45e09e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ include_directories( ) add_executable( - example - example.cc + voronoi + voronoi.cc src/imgen.cc src/ppm_pixel_stream.cc ) @@ -25,7 +25,7 @@ add_executable( ) target_link_libraries( - example + voronoi m pthread ) -- cgit v1.2.3