diff options
Diffstat (limited to 'Config.cmake')
| -rw-r--r-- | Config.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.cmake b/Config.cmake new file mode 100644 index 0000000..3b6df51 --- /dev/null +++ b/Config.cmake @@ -0,0 +1,7 @@ +#ifndef BH_SRC_CONFIG_H +#define BH_SRC_CONFIG_H + +#cmakedefine BH_USE_CLOCK_GETTIME +#cmakedefine BH_ENABLE_LFS + +#endif /* BH_SRC_CONFIG_H */ |
