diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5450975..d6d50ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,14 +102,17 @@ file(GLOB BH_HEADER set(BH_SOURCE_DUMMY src/Platform/Dummy/File.c + src/Platform/Dummy/Timer.c ) set(BH_SOURCE_WIN32 src/Platform/Win32/File.c + src/Platform/Win32/Timer.c ) set(BH_SOURCE_POSIX src/Platform/Posix/File.c + src/Platform/Posix/Timer.c ) set(BH_SOURCE_WIN32_MT |
