diff options
Diffstat (limited to 'qnetchess/cmake/modules/template_dummy_cpp.cmake')
-rw-r--r-- | qnetchess/cmake/modules/template_dummy_cpp.cmake | 5 |
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 |