From b93fd6da0b9fd56962db2ea64f98da30d5f93538 Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Sat, 28 Mar 2020 17:45:12 +0300 Subject: Network Chess game for two players Signed-off-by: Denis Kozadaev --- qnetchess/cmake/modules/template_dummy_cpp.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qnetchess/cmake/modules/template_dummy_cpp.cmake (limited to 'qnetchess/cmake/modules/template_dummy_cpp.cmake') diff --git a/qnetchess/cmake/modules/template_dummy_cpp.cmake b/qnetchess/cmake/modules/template_dummy_cpp.cmake new file mode 100644 index 00000000..8e1f5ff5 --- /dev/null +++ b/qnetchess/cmake/modules/template_dummy_cpp.cmake @@ -0,0 +1,5 @@ +#ifdef _AIX + namespace { + void *not_empty_file; + } +#endif -- cgit v1.2.1