<div dir="ltr">Hi All,<div><br></div><div>How do you use a 3rd party dependency like restbed in a cmake build?</div><div><br></div><div>Total nube here. First dive into CMake and haven't done C++ for a long long time. So forgive my ignorance :) This could just as easily be an "I forgot C++" as an "I don't know CMake"...</div><div><br></div><div>I'm trying to use restbed. I've got it to compile and self test with `cmake, `make install`, and `make test` as directed on the site: <a href="https://github.com/Corvusoft/restbed#build">https://github.com/Corvusoft/restbed#build</a></div><div>It makes a `distribution` folder with `include` and `library` sub-folders. The `library` has .a and .so or .dylib files. The `include` folder just has headers, and a `restbed` file with #includes in it.</div><div><br></div><div>I'm using the example on the same page as starting point: <a href="https://github.com/Corvusoft/restbed#example">https://github.com/Corvusoft/restbed#example</a></div><div><br></div><div>... I could list out my failed attempts but I don't think it'd help. Basically find_package doesn't find it, and other things I've tried don't work. I'm digging around online but so far nothing seems to fit--which makes me think it's something really really simple that I just don't understand.</div><div><br></div><div>Thanks!</div><div>-Chris</div><div><br></div><div><br></div><div><br></div></div>