diff options
Diffstat (limited to 'CMake/options.cmake')
| -rw-r--r-- | CMake/options.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index fcdfe265f..e93ba5bee 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -149,6 +149,13 @@ else() endif(LIB_CAIRO AND OPTION_CAIROEXT AND PKG_CAIRO_FOUND) ####################################################################### +option(OPTION_USE_NANOSVG "support SVG images" ON) + +if(OPTION_USE_NANOSVG) + set(FLTK_USE_NANOSVG 1) +endif(OPTION_USE_NANOSVG) + +####################################################################### set(HAVE_GL LIB_GL OR LIB_MesaGL) if(HAVE_GL) |
