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.
我正在使用 VTK 开发一些软件。我已经使用 CMake 成功编译了 VTK。现在我需要将 VTK 头文件和库包含到我的项目中。我的项目使用的是普通的旧 Makefile。我想避免在我的项目中使用 CMake。
如何从我的 VTK 安装中获取 CXXFLAGS 和 LDFLAGS?
如果不使用 CMake,似乎不可能从 VTK 安装中获取 CXXFLAGS 和 LDFLAGS。我为此提交了一个错误。