mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 20:27:50 +08:00
![Nathan Gober](/assets/img/avatar_default.png)
* 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
5 lines
218 B
Plaintext
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})
|