mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
fd5058aad6
* [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
5 lines
152 B
Plaintext
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)
|