mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
8a9ad06a84
* Update zstr to 1.0.7 * Update CI baseline * Apply suggestions from code review Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
The package zstr is header only and can be used from CMake via:
|
|
|
|
find_package(ZLIB REQUIRED)
|
|
target_link_libraries(main PRIVATE ZLIB::ZLIB)
|
|
|
|
find_path(ZSTR_INCLUDE_DIRS "zstr.hpp")
|
|
target_include_directories(main PRIVATE ${ZSTR_INCLUDE_DIRS})
|