8 lines
140 B
CMake
8 lines
140 B
CMake
|
|
#ifndef BH_SRC_CONFIG_H
|
||
|
|
#define BH_SRC_CONFIG_H
|
||
|
|
|
||
|
|
#cmakedefine BH_USE_CLOCK_GETTIME
|
||
|
|
#cmakedefine BH_ENABLE_LFS
|
||
|
|
|
||
|
|
#endif /* BH_SRC_CONFIG_H */
|