mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
110c89fc6a
* [klein] new port * [klein] Replace version-string by version * [klein] Add call to vcpkg_fixup_pkgconfig() * [klein] Replace klein by ${PORT} * [klein] Add patch to avoid using FetchContent * [klein] Change version to version-date * update version * Apply suggestions from code review Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update git-tree version Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
The package klein:x64-windows provides CMake targets:
|
|
|
|
find_package(klein CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE klein::klein)
|
|
|
|
# Or use the C++ 11 version
|
|
target_link_libraries(main PRIVATE klein::klein_cxx11)
|
|
|
|
# Or use the SSE4.1 version
|
|
target_link_libraries(main PRIVATE klein::klein_sse42)
|