aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-05 22:11:38 +0800
committercrupest <crupest@outlook.com>2023-10-05 22:11:38 +0800
commit301b74c63deab5f09cc09d4edc07e0c86faa7cfa (patch)
tree8c98835eb5b775e95ac88db5bcd8173a1664ebc4 /src/common/CMakeLists.txt
parent1550828518ff4719db88f35e088207816866a073 (diff)
downloadcru-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.txt1
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()