Если у меня есть структура каталогов, такая как дерево ниже, то, как должна выглядеть моя команда g ++, успешно скомпилирует файл .cpp, который находится в каталоге taglib / bin, а все мои файлы .h находятся в taglib /. каталог include / taglib.
Любая помощь будет принята с благодарностью.
Спасибо!
-taglib
--bin
.cpp file is here, incl headers are like this: #include <other.h>
but wondering if it should be #include </taglib/include/taglib/other.h>,
also, this should be where my binary will live when compiled.
--lib
all my .so files live here
--include
---taglib
all my .h files live here