From 5f7f3494a4a110086a0ae70c9dbecc69b1012691 Mon Sep 17 00:00:00 2001 From: calcium Date: Mon, 19 Aug 2024 20:05:46 -0400 Subject: [PATCH] Added Config.in to allow some cmake variables to propagate into the build --- include/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/Config.in diff --git a/include/Config.in b/include/Config.in new file mode 100644 index 0000000..af141b4 --- /dev/null +++ b/include/Config.in @@ -0,0 +1,6 @@ +#ifndef __CAVM_CONFIG_H +#define __CAVM_CONFIG_H + +#define CAVM_RUNTIME_CHECK_SUPPORT @CAVM_RUNTIME_CHECK_SUPPORT@ + +#endif \ No newline at end of file