summaryrefslogtreecommitdiff
path: root/configh.cmake.in
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-09-03 13:14:25 +0000
committerManolo Gouy <Manolo>2017-09-03 13:14:25 +0000
commit1a28d85dc3f8f062401002bebc8e8a59805cce9b (patch)
tree4fd0412732046d526e44476ea22eab343c36673c /configh.cmake.in
parentda31ff4569a252e314ab91b3ea9cc11aafec2a24 (diff)
Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12413 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.cmake.in')
-rw-r--r--configh.cmake.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configh.cmake.in b/configh.cmake.in
index d9fb49d14..794d74980 100644
--- a/configh.cmake.in
+++ b/configh.cmake.in
@@ -329,6 +329,14 @@
#cmakedefine HAVE_PNG_SET_TRNS_TO_ALPHA 1
/*
+* FLTK_USE_NANOSVG
+*
+* Do we want FLTK to support SVG images with nanosvg ?
+*/
+
+#cmakedefine FLTK_USE_NANOSVG 1
+
+/*
* Do we have POSIX threading?
*/