summaryrefslogtreecommitdiffstats
path: root/qnetchess/cmake/modules/template_tdeinit_executable.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qnetchess/cmake/modules/template_tdeinit_executable.cmake')
-rw-r--r--qnetchess/cmake/modules/template_tdeinit_executable.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/qnetchess/cmake/modules/template_tdeinit_executable.cmake b/qnetchess/cmake/modules/template_tdeinit_executable.cmake
new file mode 100644
index 00000000..3d480c44
--- /dev/null
+++ b/qnetchess/cmake/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); }