vcpkg/ports/klein/usage
João Maia 110c89fc6a
[klein] create a new port (#18279)
* [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>
2021-07-06 10:29:48 -07:00

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)