Closed dbaldassi closed 2 years ago
There is no mvfst::mvfst target but you also don't have include all of these separate targets. You can see the hq
command line tool in Proxygen as an example:
https://github.com/facebook/proxygen/blob/main/proxygen/httpserver/CMakeLists.txt#L142
Hi, I'm trying to build an executable linking to mvfst. I have an mvfst installation directory, created by the cmake installer. When linking to mvfst using cmake, I need somehow to add all the mvfst target, like this
However, the mvfst-config.cmake file says that :
So, I assumed that mvfst::mvfst is the one target to link them all, but this target does not exists.