diff options
author | Slávek Banko <[email protected]> | 2020-06-11 01:55:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-12 13:26:58 +0200 |
commit | 2a847be412bd1dc66e53ea4652cc42f24a412d0f (patch) | |
tree | 1a5c9f1772a53c4ffdab753a45e51796010d3bfa /templates/tde_dummy_cpp.cmake | |
parent | c3b52f0e804a75c535f56c550354c0f894d7e960 (diff) | |
download | tde-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.cmake | 5 |
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 |