diff options
| author | João Maia <jpmmaia@gmail.com> | 2021-07-06 18:29:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 10:29:48 -0700 |
| commit | 110c89fc6ada7bc9fad715eaf8211f20aad084f5 (patch) | |
| tree | 246332634c1496a0e3c6d5fe467eaeaa7b432b0f /ports/klein/usage | |
| parent | b361c2eefa3966cb7cec45275aff32e90430aaa6 (diff) | |
| download | vcpkg-110c89fc6ada7bc9fad715eaf8211f20aad084f5.tar.gz vcpkg-110c89fc6ada7bc9fad715eaf8211f20aad084f5.zip | |
[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>
Diffstat (limited to 'ports/klein/usage')
| -rw-r--r-- | ports/klein/usage | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/klein/usage b/ports/klein/usage new file mode 100644 index 000000000..63658e26e --- /dev/null +++ b/ports/klein/usage @@ -0,0 +1,10 @@ +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)
|
