Fix and simplify CMakeLists.txt

This commit is contained in:
2025-07-30 18:39:51 +03:00
parent da5a4cb483
commit d0230c3b30
2 changed files with 18 additions and 55 deletions

7
Config.cmake Normal file
View File

@@ -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 */