VTK/Sandbox: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary
(Blanked the page)
Line 1: Line 1:
==TEST==


{{SourceOpen}}
{{CHECKVTKCMakeLists|Var1|Var2}}
<source lang="cmake"> cmake_minimum_required(VERSION 2.6)
PROJECT(Var1)
FIND_PACKAGE(VTK REQUIRED) INCLUDE(${VTK_USE_FILE})
ADD_EXECUTABLE(Var1 Var1.cxx) TARGET_LINK_LIBRARIES(Var1 Var2)
</source>
==Ratings==
{{#w4grb_rate:[page name]}}

Revision as of 14:18, 10 September 2010