VTK/Tutorials/CMakeListsFile: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 August 2012

22 January 2010

20 October 2009

2 July 2009

  • curprev 12:5612:56, 2 July 2009Daviddoria talk contribs 286 bytes +286 New page: To use Cmake to generate your project, this is what the CMakeLists.txt file should look like: <nowiki> cmake_minimum_required(VERSION 2.6) PROJECT(Test) FIND_PACKAGE(VTK REQUIRED) INCLUD...