vcpkg/ports/ztd-text/usage
Vito Gamberini 423d9f01a7
[ztd-text] Add port (#23662)
* Add ztd-text port

* [ztd-text] Add supports: !uwp

* [ztd-text] Switch to version-date, update to latest
2022-03-22 21:50:33 -07:00

5 lines
174 B
Plaintext

The package ztd-text is header only and can be used from CMake via:
find_path(ZTD_INCLUDE_DIRS ztd)
target_include_directories(main PRIVATE ${ZTD_INCLUDE_DIRS})