summaryrefslogtreecommitdiffstats
path: root/qnetchess/cmake/modules/template_dummy_cpp.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qnetchess/cmake/modules/template_dummy_cpp.cmake')
-rw-r--r--qnetchess/cmake/modules/template_dummy_cpp.cmake5
1 files changed, 5 insertions, 0 deletions
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