diff options
Diffstat (limited to 'vcpkg/ports/matplotplusplus/usage')
| -rw-r--r-- | vcpkg/ports/matplotplusplus/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/matplotplusplus/usage b/vcpkg/ports/matplotplusplus/usage new file mode 100644 index 0000000..75a127b --- /dev/null +++ b/vcpkg/ports/matplotplusplus/usage @@ -0,0 +1,4 @@ +The package matplotplusplus provides CMake targets: + + find_package(Matplot++ CONFIG REQUIRED) + target_link_libraries(main PRIVATE Matplot++::cimg Matplot++::matplot) |