summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cmakelibc/cmakelibc
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/cmakelibc/cmakelibc')
-rw-r--r--languages/cpp/app_templates/cmakelibc/cmakelibc7
1 files changed, 5 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/cmakelibc/cmakelibc b/languages/cpp/app_templates/cmakelibc/cmakelibc
index 9fb6edad..2c1cc3c1 100644
--- a/languages/cpp/app_templates/cmakelibc/cmakelibc
+++ b/languages/cpp/app_templates/cmakelibc/cmakelibc
@@ -1,7 +1,10 @@
# TDE Config File
[General]
Name=A shared library template
-Icon=cmakelibc.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=cmakelibc.png
ShowFilesAfterGeneration=src/%{APPNAMELC}.c