mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
504acb9383
* [zstr] Add zstr_make_unique_polyfill.h to install list Fixes microsoft#16402 * [zstr] Install inside include/ instead of include/zstr/ Fixes microsoft#18067 * [zstr] Replace CONTROL with vcpkg.json * format manifest file * Update ports/zstr/vcpkg.json * update version * [zstr] Run format-manifest * [zstr] Update port-version * [zstr] Run x-add-version * [zstr] Add usage msg override * [zstr] Rerun x-add-version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
The package zstr is header only and can be used from CMake via:
|
|
|
|
find_path(ZSTR_INCLUDE_DIRS "zstr.hpp")
|
|
target_include_directories(main PRIVATE ${ZSTR_INCLUDE_DIRS})
|