开发者

Get CXXFLAGS from VTK without using CMake

开发者 https://www.devze.com 2023-01-24 07:51 出处:网络
I am developing some software using VTK. I have compiled VTK succesfully using CMake. Now I need to include the VTK headers and libs into my project. My project is using a plain old Makefile. I would

I am developing some software using VTK. I have compiled VTK succesfully using CMake. Now I need to include the VTK headers and libs into my project. My project is using a plain old Makefile. I would like to avoid using CMake for my project.

H开发者_StackOverflowow can i get the CXXFLAGS and LDFLAGS out of my VTK installation?


It seems to be not possible to get the CXXFLAGS and LDFLAGS out of a VTK installation without using CMake. I filed a bug about this.

0

精彩评论

暂无评论...
验证码 换一张
取 消