diff options
Diffstat (limited to 'CMake/export.cmake')
| -rw-r--r-- | CMake/export.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/export.cmake b/CMake/export.cmake index 81f6e08d1..b67b3d739 100644 --- a/CMake/export.cmake +++ b/CMake/export.cmake @@ -48,6 +48,9 @@ configure_file ( # generate FLTKConfig.cmake for build directory use set (INCLUDE_DIRS "${FLTK_INCLUDE_DIRS}") +if (FLTK_HAVE_CAIRO) + list (APPEND INCLUDE_DIRS ${PKG_CAIRO_INCLUDE_DIRS}) +endif () set (CONFIG_PATH ${CMAKE_CURRENT_BINARY_DIR}) configure_file( |
