Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 eclipse 中添加包含目录的路径是不够的。您也必须将其添加到cmakelists中。你可以使用include_directories("[your path here]")这样做。
include_directories("[your path here]")