#Adding extensions to existing libraries
15 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.
just add the lib to linker and the header
gcc ... -l"path<SDL2_TTF.lib>"
thats basically it
path<SDL...> being the relative path to lib file
if you already defined library folder
I am using cmake to build my project