8000 Enable cmake include definition · lava/matplotlib-cpp@ef0383f · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef0383f

Browse files
yonekenlava
authored andcommitted
Enable cmake include definition
1 parent 3dda5
8000
26 commit ef0383f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/matplotlib_cppConfig.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ if(NOT TARGET matplotlib_cpp::matplotlib_cpp)
44
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
55
find_package(Python3 COMPONENTS NumPy)
66
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+
710
endif()

0 commit comments

Comments
 (0)
0