VTK/Sandbox: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VTKCMakeLists|Thing1|Thing2}}
<searchbox
 
    label="Search this wiki for:"
{{VTKSimpleTemplate| there | World}}
    searchlabel="Find it..."
 
    golabel="Go!"
 
/>
==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]}}

Latest revision as of 14:32, 6 November 2010

<searchbox

   label="Search this wiki for:"
   searchlabel="Find it..."
   golabel="Go!"

/>