vcpkg/ports/uni-algo/usage
mg152 fd5058aad6
[uni-algo] Add new port (#29717)
* [uni-algo] Add new port

* [uni-algo] Update hash

* [uni-algo] Remove header-only feature

vcpkg maintainer-guide.md: Do not use features to implement alternatives
Header-only/constexpr feature in v0.7.0 doesn't implement
one system locale function so it violates this rule.

* [uni-algo] Clean excessive comments

vcpkg maintainer-guide.md: Avoid excessive comments in portfiles

* [uni-algo] Format json

* [uni-algo] Update baseline

Run: vcpkg x-add-version uni-algo

* [uni-algo] Remove vcpkg_minimum_required

* [uni-algo] Update baseline

* [uni-algo] Enable install always

* [uni-algo] Rerun x-add-version
2023-02-21 10:08:16 -08:00

5 lines
152 B
Plaintext

The package uni-algo provides CMake targets:
find_package(uni-algo CONFIG REQUIRED)
target_link_libraries(main PRIVATE uni-algo::uni-algo)