diff options
author | crupest <crupest@outlook.com> | 2023-10-05 21:46:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-05 21:46:34 +0800 |
commit | 90feae14e708fbb0b313503a6e76cfbd77f94ce1 (patch) | |
tree | 254a6e453da9062c66862c42669afc9924378d42 /src/common/CMakeLists.txt | |
parent | a5d07d55ef4395a5836fd0d2cd86b94290cb2d07 (diff) | |
download | cru-90feae14e708fbb0b313503a6e76cfbd77f94ce1.tar.gz cru-90feae14e708fbb0b313503a6e76cfbd77f94ce1.tar.bz2 cru-90feae14e708fbb0b313503a6e76cfbd77f94ce1.zip |
...
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 6541f156..31ec94db 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -21,7 +21,6 @@ target_compile_definitions(CruBase PUBLIC $<$<CONFIG:Debug>:CRU_DEBUG>) if (UNIX AND NOT EMSCRIPTEN) target_sources(CruBase PRIVATE - platform/unix/ErrnoException.cpp platform/unix/UnixFileStream.cpp ) |