From b1b18ae49b0d22d3fbd5146eb6416c8b9e4dd62c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 12 Dec 2018 23:46:58 -0500 Subject: added support for voronoi graph generation—existing example code does not use it yet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index bf3c3b5..49a9602 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,4 +1,4 @@ add_library(frac SHARED src/graph.cpp src/network.cpp) -target_include_directories(frac PUBLIC include) +target_include_directories(frac PUBLIC include PRIVATE voronoi/src) -- cgit v1.2.3-54-g00ecf