mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
23f0707b1a
* 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})
|