summaryrefslogtreecommitdiffstats
path: root/modules/template_kdeinit_executable.cmake
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 23:46:08 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 23:46:08 +0000
commit92ef232ba4e91e19152a7a6af029f0fc0f1b99f3 (patch)
tree7206c1ca155e8fd945212f1308cde04ea8bf0e77 /modules/template_kdeinit_executable.cmake
downloadtde-cmake-92ef232ba4e91e19152a7a6af029f0fc0f1b99f3.tar.gz
tde-cmake-92ef232ba4e91e19152a7a6af029f0fc0f1b99f3.zip
Add shared CMake directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/cmake@1182909 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'modules/template_kdeinit_executable.cmake')
-rw-r--r--modules/template_kdeinit_executable.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/template_kdeinit_executable.cmake b/modules/template_kdeinit_executable.cmake
new file mode 100644
index 0000000..3d480c4
--- /dev/null
+++ b/modules/template_kdeinit_executable.cmake
@@ -0,0 +1,2 @@
+extern "C" int kdemain(int argc, char* argv[]);
+int main(int argc, char* argv[]) { return kdemain(argc,argv); }