aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zstr/usage
blob: 279e01cfdd12695d755c4f30cd98815f6c3b1b80 (plain)
1
2
3
4
5
6
7
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})