Template:ITKCMakeLists

From KitwarePublic
Revision as of 00:31, 2 March 2011 by Lorensen (talk | contribs)
Jump to navigationJump to search

CMakeLists.txt

<syntaxhighlight lang="cmake"> cmake_minimum_required(VERSION 2.6)

PROJECT({{{1}}})

FIND_PACKAGE(ITK REQUIRED) INCLUDE(${ITK_USE_FILE})

ADD_EXECUTABLE({{{1}}} {{{1}}}.cxx)

TARGET_LINK_LIBRARIES({{{1}}} ITKReview ${ITK_LIBRARIES}) </syntaxhighlight>