summaryrefslogtreecommitdiffstats
path: root/templates/tde_dummy_cpp.cmake
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-06-11 01:55:37 +0200
committerSlávek Banko <[email protected]>2020-06-12 13:26:58 +0200
commit2a847be412bd1dc66e53ea4652cc42f24a412d0f (patch)
tree1a5c9f1772a53c4ffdab753a45e51796010d3bfa /templates/tde_dummy_cpp.cmake
parentc3b52f0e804a75c535f56c550354c0f894d7e960 (diff)
downloadtde-cmake-2a847be412bd1dc66e53ea4652cc42f24a412d0f.tar.gz
tde-cmake-2a847be412bd1dc66e53ea4652cc42f24a412d0f.zip
Move templates to a separate directory and rename to the tde_ prefix.
Create the TDE_CMAKE_ROOT and TDE_CMAKE_TEMPLATES variables. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'templates/tde_dummy_cpp.cmake')
-rw-r--r--templates/tde_dummy_cpp.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/tde_dummy_cpp.cmake b/templates/tde_dummy_cpp.cmake
new file mode 100644
index 0000000..8e1f5ff
--- /dev/null
+++ b/templates/tde_dummy_cpp.cmake
@@ -0,0 +1,5 @@
+#ifdef _AIX
+ namespace {
+ void *not_empty_file;
+ }
+#endif