Skip to content

Commit 6ddd367

Browse files
committed
setup
1 parent 9b4a526 commit 6ddd367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ target_compile_definitions(_core PRIVATE VERSION_INFO=${PROJECT_VERSION})
2424

2525
# The install directory is the output (wheel) directory
2626
install(TARGETS _core DESTINATION scikit_build_example)
27+
28+
add_subdirectory(matplotplusplus)
29+
30+
target_link_libraries(_core PUBLIC matplot)

0 commit comments

Comments
 (0)