This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bhlib/Config.cmake

9 lines
172 B
CMake
Raw Permalink Normal View History

2025-07-30 18:39:51 +03:00
#ifndef BH_SRC_CONFIG_H
#define BH_SRC_CONFIG_H
#cmakedefine BH_USE_CLOCK_GETTIME
#cmakedefine BH_ENABLE_LFS
#cmakedefine BH_USE_SHORT_LIMBS
2025-07-30 18:39:51 +03:00
#endif /* BH_SRC_CONFIG_H */