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, 7 insertions, 0 deletions
diff --git a/languages/cpp/app_templates/cmakelibc/cmakelibc b/languages/cpp/app_templates/cmakelibc/cmakelibc
new file mode 100644
index 00000000..ae927b61
--- /dev/null
+++ b/languages/cpp/app_templates/cmakelibc/cmakelibc
@@ -0,0 +1,7 @@
+# KDE 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.
+ShowFilesAfterGeneration=src/%{APPNAMELC}.c