문제

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.

How 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top