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.
56 lines
1.1 KiB
56 lines
1.1 KiB
# TDE Config File
|
|
[General]
|
|
Name=A shared library template
|
|
|
|
Comment=Generates a shared library template including a test application in C++. It compiles using the CMake build tool instead of the automake/autoconf/libtool combination. It requires cmake 2.1 (available from cmake cvs) or the upcoming cmake 2.2 release.
|
|
|
|
Category=C++/CMake based projects
|
|
|
|
Icon=cmakelibcpp.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp
|
|
Archive=cmakelibcpp.tar.gz
|
|
|
|
[MkDir1]
|
|
Type=mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/CMakeLists.txt
|
|
Dest=%{dest}/CMakeLists.txt
|
|
|
|
[FILE2]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/CMakeLists.txt.src
|
|
Dest=%{dest}/src/CMakeLists.txt
|
|
|
|
[FILE3]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/test.cpp
|
|
Dest=%{dest}/src/%{APPNAMELC}test.cpp
|
|
|
|
[FILE4]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/lib.h
|
|
Dest=%{dest}/src/%{APPNAMELC}.h
|
|
|
|
[FILE5]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/lib.cpp
|
|
Dest=%{dest}/src/%{APPNAMELC}.cpp
|
|
|
|
[CMAKE]
|
|
Type=finishcmd
|
|
Command=cmake ./ -GKDevelop3
|
|
Directory=%{dest}
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A CMake based shared library template was created in %{dest}
|