# Generate a standard header with export macros include(GenerateExportHeader) generate_export_header(lunasvg) target_include_directories(lunasvg # When building a project that uses the lunasvg library, # we need to look in the installed include directory PUBLIC $ # When building the lunasvg library we need to look in the # build dir for the lunasvg_export.h header and in the source # dir for other headers $ $ )