# matplotlibcpp cmake module # This module sets the following variables in your project:: # # matplotlibcpp_FOUND - true if matplotlibcpp found on the system # matplotlibcpp_INCLUDE_DIRS - the directory containing matplotlibcpp header # matplotlibcpp_LIBRARY - empty @PACKAGE_INIT@ if(NOT TARGET @PROJECT_NAME@) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") get_target_property(@PROJECT_NAME@_INCLUDE_DIRS matplotlibcpp INTERFACE_INCLUDE_DIRECTORIES) get_target_property(@PROJECT_NAME@_LIBRARY matplotlibcpp INTERFACE_LINK_LIBRARIES) endif()