hi, how do you normally include a library in c++? using vcpkg?
https://github.com/ArthurSonzogni/FTXUI
i want to use this library
but i wonder whether i should use vcpkg to include or go with the template repo
#Library Include
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
I would use this projects example starter project that has a nice cmake file written for you
Looks like it uses fetchcontent so should work very easily id assume
No messing around required
what's a fetch content?
It grabs the source code for you automatically
All you have to do is make a cmake project and copy that cmake file
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity