vcpkg/ports/bxzstr/usage
Nathan Gober 23f0707b1a
[bxzstr] Added port for bxzstr (#30318)
* Added port for bxzstr

* Fixed checklist items

* Update version database

* Removed path modification, added usage

* Fixed bug where usage would not be added, added PATH_SUFFIXES
2023-03-29 10:34:26 -07:00

5 lines
218 B
Plaintext

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})