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