diff options
| author | Denis Kozadaev <denis@dilos.org> | 2020-03-28 14:31:25 +0300 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-12-02 19:51:24 +0100 |
| commit | afd39a42465117e8926ad7a858dc65c9bf654fa0 (patch) | |
| tree | afbe8c4d9805902061830956bf6cd57674e196d2 /q15/cmake/modules/template_dummy_cpp.cmake | |
| parent | 36d0f854d7fc6415b31e262d0f16c91159c41b4a (diff) | |
| download | tdegames-afd39a42.tar.gz tdegames-afd39a42.zip | |
fifteen puzzle game
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit b4978e97409c609686dc6eb97b150ed2e677ff13)
Diffstat (limited to 'q15/cmake/modules/template_dummy_cpp.cmake')
| -rw-r--r-- | q15/cmake/modules/template_dummy_cpp.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/q15/cmake/modules/template_dummy_cpp.cmake b/q15/cmake/modules/template_dummy_cpp.cmake new file mode 100644 index 00000000..8e1f5ff5 --- /dev/null +++ b/q15/cmake/modules/template_dummy_cpp.cmake @@ -0,0 +1,5 @@ +#ifdef _AIX + namespace { + void *not_empty_file; + } +#endif |
