Add thread support

This commit is contained in:
2024-04-14 22:32:58 +03:00
parent d6c396231f
commit a645a201d8
9 changed files with 837 additions and 2 deletions

7
include/bh/config.in Normal file
View File

@@ -0,0 +1,7 @@
#ifndef BHLIB_CONFIG_H
#define BHLIB_CONFIG_H
#cmakedefine BHLIB_USE_WINTHREAD
#cmakedefine BHLIB_USE_PTHREAD
#endif /* BHLIB_CONFIG_H */