mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
4 lines
201 B
Plaintext
4 lines
201 B
Plaintext
|
The package zstr is header only and can be used from CMake via:
|
||
|
|
||
|
find_path(COLORCONSOLE_INCLUDE_DIRS "colorconsole.hpp")
|
||
|
target_include_directories(main PRIVATE ${COLORCONSOLE_INCLUDE_DIRS})
|