我是 QNX 的新手,一般来说没有大型软件项目的经验。我试图将 tinyXML2 库包含到我的 QNX Momentics 项目中。我有库的 .cpp 和 .h 文件,但我不明白我应该如何正确地将这些文件包含到我的项目中,以便可以从我的主代码中引用它们(包含在 #include 语句中)
希望有人能帮忙
谢谢
For Ubuntu users, you need to download and copy both the files (tinyxml2.h, tinyxml2.cpp) into /usr/include directory to resolve the error.
#include "library_name/lib.h"
库头。