diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-03 12:30:46 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-03 12:30:46 +0800 |
commit | 5e59a8e38c9f8992e6ffd9dbbde11e1f873780e1 (patch) | |
tree | da6a32441317706dee212db2ec9e319cc95563c8 /src/base/CMakeLists.txt | |
parent | f6c36037edc3f1293f96e84691136c657ca488dc (diff) | |
download | cru-5e59a8e38c9f8992e6ffd9dbbde11e1f873780e1.tar.gz cru-5e59a8e38c9f8992e6ffd9dbbde11e1f873780e1.tar.bz2 cru-5e59a8e38c9f8992e6ffd9dbbde11e1f873780e1.zip |
Add unix timer file. Not tested.
Diffstat (limited to 'src/base/CMakeLists.txt')
-rw-r--r-- | src/base/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/CMakeLists.txt b/src/base/CMakeLists.txt index e0a16768..300898af 100644 --- a/src/base/CMakeLists.txt +++ b/src/base/CMakeLists.txt @@ -25,6 +25,7 @@ target_compile_definitions(CruBase PUBLIC $<$<CONFIG:Debug>:CRU_DEBUG>) if (UNIX AND NOT EMSCRIPTEN) target_sources(CruBase PRIVATE platform/unix/PosixSpawnSubProcess.cpp + platform/unix/Timer.cpp platform/unix/UnixFile.cpp platform/unix/UnixFileStream.cpp ) |