As I have understood that, using cmake or ccmake with the combination of CmakeFiles.txt is suggested way of generating makefiles to compile any VTK code.  However if I have another makefile to compile another open source package's  (FEM Library) C++ code, what will be the strategy to combine VTK C++ user code with the FEM C++ code to compile in the same environment ?
<br><br>Do I have to add required includes and libraries into cmake generated make file or , add cmake generated makefile lines into my open source fem library makefile configuration ?<br><br>regards.<br>firat.<br><br>