We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dda526 commit ef0383fCopy full SHA for ef0383f
cmake/matplotlib_cppConfig.cmake.in
@@ -4,4 +4,7 @@ if(NOT TARGET matplotlib_cpp::matplotlib_cpp)
4
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
5
find_package(Python3 COMPONENTS NumPy)
6
include("${matplotlib_cpp_CMAKE_DIR}/matplotlib_cppTargets.cmake")
7
+
8
+ get_target_property(matplotlib_cpp_INCLUDE_DIRS matplotlib_cpp::matplotlib_cpp INTERFACE_INCLUDE_DIRECTORIES)
9
10
endif()
0 commit comments