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