diff options
author | Michele Calgaro <[email protected]> | 2022-05-08 21:10:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-08 21:10:35 +0900 |
commit | 5f33ccbb5f8174b1b64cc1b2172ded390b22d172 (patch) | |
tree | 19426c27ffdf3282ab743c7574f8a96a061e6cb6 /config.h.cmake | |
parent | 7d244de21521e47bafce032bbf2d84a13d60ab9e (diff) | |
download | tdeio-appinfo-5f33ccbb5f8174b1b64cc1b2172ded390b22d172.tar.gz tdeio-appinfo-5f33ccbb5f8174b1b64cc1b2172ded390b22d172.zip |
Specify TDE config folder through CMAKE parameters.
More code clean up.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 61ede3a..9df6206 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -6,3 +6,6 @@ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ + +/* The compiled in system configuration prefix */ +#define TDESYSCONFDIR "@CONFIG_INSTALL_DIR@/" |