On Mon, Jan 4, 2010 at 8:55 AM, Fred Fred <[email protected]> wrote: > On this page: > http://www.paraview.org/Wiki/Paraview_Make_building_Paraview_plugin_optional > 2 CMakeLists.txt files appear, is it a mistake? should one of them be a link > on the other one? what else? >
Having never made a paraview filter but made hundreds of CMakeLists.txt files it looks to me this is about organizing the code. In my projects I have a CMakeLists.txt file for every subdirectory in the source code. You do not have to do this that way its a matter of preference and in my opinion makes the build system more manageable. John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
