diff options
| author | crupest <crupest@outlook.com> | 2023-10-05 22:11:38 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-10-05 22:11:38 +0800 |
| commit | 301b74c63deab5f09cc09d4edc07e0c86faa7cfa (patch) | |
| tree | 8c98835eb5b775e95ac88db5bcd8173a1664ebc4 /src/common/CMakeLists.txt | |
| parent | 1550828518ff4719db88f35e088207816866a073 (diff) | |
| download | cru-301b74c63deab5f09cc09d4edc07e0c86faa7cfa.tar.gz cru-301b74c63deab5f09cc09d4edc07e0c86faa7cfa.tar.bz2 cru-301b74c63deab5f09cc09d4edc07e0c86faa7cfa.zip | |
Remove WebFileStream.
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 97b49baf..b8d2ae16 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -44,7 +44,6 @@ if (EMSCRIPTEN) target_sources(CruBase PRIVATE platform/web/WebException.cpp - platform/web/WebFileStream.cpp ) endif() |
