summaryrefslogtreecommitdiffstats
path: root/modules/template_tdeinit_executable.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:16 -0600
commitcb635a74b7bf1329e7a6d7fe425b105c0182c465 (patch)
tree185864b50b9be615a5d63c43260e9c2d82469231 /modules/template_tdeinit_executable.cmake
parent77597724209e748e50dcd4e8959e93d2675c85b9 (diff)
downloadtde-cmake-cb635a74b7bf1329e7a6d7fe425b105c0182c465.tar.gz
tde-cmake-cb635a74b7bf1329e7a6d7fe425b105c0182c465.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'modules/template_tdeinit_executable.cmake')
-rw-r--r--modules/template_tdeinit_executable.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/template_tdeinit_executable.cmake b/modules/template_tdeinit_executable.cmake
new file mode 100644
index 0000000..3d480c4
--- /dev/null
+++ b/modules/template_tdeinit_executable.cmake
@@ -0,0 +1,2 @@
+extern "C" int kdemain(int argc, char* argv[]);
+int main(int argc, char* argv[]) { return kdemain(argc,argv); }