Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Config.cmake.in - github.com/memononen/nanosvg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9311d80d61f0ae561a2da72b7fb4ae61a886780f (plain)
1
2
3
4
5
@PACKAGE_INIT@

if (EXISTS ${CMAKE_CURRENT_LIST_DIR}/NanoSVGTargets.cmake)
    include("${CMAKE_CURRENT_LIST_DIR}/NanoSVGTargets.cmake")
endif ()