Skip to content

Commit f7a0ca9

Browse files
committed
Added export package
1 parent 30f18e2 commit f7a0ca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ install(
5353
EXPORT install_targets
5454
)
5555

56+
export(PACKAGE matplotlib_cpp)
57+
5658

5759
# Examples
5860
add_executable(minimal examples/minimal.cpp)

0 commit comments

Comments
 (0)