[ls-qpack] Add cmake export#40652
Conversation
|
I try to add export cmake and it create an error that I don't know how to solve. Help will be appreciate. |
13cdf46 to
bb67777
Compare
|
I solve the error |
dg0yt
left a comment
There was a problem hiding this comment.
I can't check the details now, but I would expect that the exported config needs a find_dependency for xxhash at least for static linkage - that's also what we learned from the msh PR.
|
usage: When testing usage, the following error occurs: test.cpp#include <iostream> #include "lsqpack.h" CMakeLists.txtcmake_minimum_required (VERSION 3.8) |
|
@dg0yt Do you have suggestion here? |
bb67777 to
fa3e025
Compare
|
@MonicaLiu0311 I change the way we discover xxhash. |
|
@MonicaLiu0311 |
|
@MonicaLiu0311 I added usage file. Can you verify? |
29cf6ed to
9c84351
Compare
|
The usage test passed on |
dg0yt
left a comment
There was a problem hiding this comment.
This port lacks vcpkg_cmake_config_fixup. It is mandatory for multi-config installation.
9c84351 to
18676bb
Compare
Done. |
18676bb to
f85588f
Compare

./vcpkg x-add-version --alland committing the result.