From 0025f70a6b4d1d676ce12fcd403cb0995114d432 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 11 Apr 2016 12:33:34 -0700 Subject: [PATCH] ensure geometry folder of headers is installed --- include/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/include/build.py b/include/build.py index 9c225a767..7b54af7ad 100644 --- a/include/build.py +++ b/include/build.py @@ -38,6 +38,7 @@ subdirs = [ 'text', 'text/placements', 'text/formatting', + 'geometry', 'markers_placements' ]