Template:CHECKVTKCMakeLists: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Section Break== | ==Section Break== | ||
<source lang="cmake"> | |||
cmake_minimum_required(VERSION 2.6) | cmake_minimum_required(VERSION 2.6) | ||
Line 10: | Line 11: | ||
ADD_EXECUTABLE({{{1}}} {{{1}}}.cxx) | ADD_EXECUTABLE({{{1}}} {{{1}}}.cxx) | ||
TARGET_LINK_LIBRARIES({{{1}}} {{{2}}}) | TARGET_LINK_LIBRARIES({{{1}}} {{{2}}}) | ||
</source> |
Revision as of 01:57, 20 August 2010
Section Break
<source lang="cmake"> cmake_minimum_required(VERSION 2.6)
PROJECT({{{1}}})
FIND_PACKAGE(VTK REQUIRED) INCLUDE(${VTK_USE_FILE})
ADD_EXECUTABLE({{{1}}} {{{1}}}.cxx) TARGET_LINK_LIBRARIES({{{1}}} {{{2}}}) </source>