You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
781 B
38 lines
781 B
# TDE Config File
|
|
[General]
|
|
Name=Hello world program
|
|
|
|
Comment=Generates a simple Hello world program in C++ using the CMake build tool instead of the automake/autoconf/libtool combination. It requires cmake 2.1 or cmake 2.2.
|
|
|
|
Category=C++/CMake based projects
|
|
|
|
Icon=cmakesimple.png
|
|
#FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/main.cpp,%{dest}/README
|
|
Archive=cmakesimple.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/CMakeLists.txt
|
|
Dest=%{dest}/CMakeLists.txt
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/main.cpp
|
|
Dest=%{dest}/main.cpp
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/README
|
|
Dest=%{dest}/README
|
|
|
|
[CMAKE]
|
|
Type=finishcmd
|
|
Command=cmake ./ -GKDevelop3
|
|
Directory=%{dest}
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A CMake based hello world program was created in %{dest}
|