8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda5 8000 26 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