I have a code that needs libraries "lib" and "incluide" but those libraries are distributed in different folders inside a folder called "core" each folder inside "core" has an "incluide" and "lib"
for example
core »rtaudio» lib e incluide
core »math» lib and incluide
core »imanet» lib e incluide
I'll have to do "c / c ++" General »Aditional include directories" for each "include"?
"linker" general »Additional include directories" for each "lib"?
then I will have to load all the lib in each folder
Linker »Input» Additional Dependencies. for all the "lib"
how do I load all the lib files of each folder inside "core" automatically without having to open each folder and copy the name then paste in Linker »Input» Additional Dependencies?
Do I have to do it manually?