mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:49:00 +08:00
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)
|