diff options
Diffstat (limited to 'vcpkg/ports/bxzstr/usage')
| -rw-r--r-- | vcpkg/ports/bxzstr/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/bxzstr/usage b/vcpkg/ports/bxzstr/usage new file mode 100644 index 0000000..35adcfe --- /dev/null +++ b/vcpkg/ports/bxzstr/usage @@ -0,0 +1,4 @@ +The package bxzstr is header only and can be used from CMake via:
+
+ find_path(BXZSTR_INCLUDE_DIRS "bxzstr.hpp" PATH_SUFFIXES "include/bxzstr")
+ target_include_directories(main PRIVATE ${BXZSTR_INCLUDE_DIRS})
|