Template:VTKCMakeListsNamed: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
==CMakeLists.txt==
==CMakeLists.txt==
{{#tag:source|{{{1}}}|lang=cmake}}
{{#tag:source
|
project(SystemInfo CXX)
message(STATUS "My name is: {{{1}}} ")
message(STATUS "I live in: {{{1}}} ")
message(STATUS "Ленин : {{{1}}} ")
|lang=cmake}}

Revision as of 12:59, 4 November 2010

CMakeLists.txt

<source lang="cmake"> project(SystemInfo CXX) message(STATUS "My name is: {{{1}}} ") message(STATUS "I live in: {{{1}}} ") message(STATUS "Ленин : {{{1}}} ") </source>