summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cmakelibcpp/cmakelibcpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/cmakelibcpp/cmakelibcpp')
-rw-r--r--languages/cpp/app_templates/cmakelibcpp/cmakelibcpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/cmakelibcpp/cmakelibcpp b/languages/cpp/app_templates/cmakelibcpp/cmakelibcpp
index 3b336848..4f5a286d 100644
--- a/languages/cpp/app_templates/cmakelibcpp/cmakelibcpp
+++ b/languages/cpp/app_templates/cmakelibcpp/cmakelibcpp
@@ -1,7 +1,10 @@
# TDE Config File
[General]
Name=A shared library template
-Icon=cmakelibcpp.png
-Category=C++/CMake based projects
+
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
ShowFilesAfterGeneration=src/%{APPNAMELC}.cpp