mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
6065e5175f
* color-console port
* :trollface:
* 🚀
* git hates me for that :trollface: emoji
* Update ports/color-console/portfile.cmake
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update ports/color-console/vcpkg.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update ports/color-console/vcpkg.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* vcpkg x-add-version color-console
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
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}) |