mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
621b7abe07
* [ports/keccak-tiny] New port * [ports/keccak-tiny] Resolve hand-lint from vcpkg team * [ports/keccak-tiny/portfile.cmake] Guard check linkage for Windows Co-authored-by: Kai Pastor <dg0yt@darc.de> * [versions/k-/keccak-tiny.json] `./vcpkg x-add-version --all --overwrite-version` --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
keccak-tiny provides CMake targets:
|
|
find_package(unofficial-keccak-tiny CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::keccak-tiny::keccak-tiny)
|