aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-12-16 23:55:49 +0800
committercrupest <crupest@outlook.com>2023-12-16 23:55:49 +0800
commit211b80abe252a46a98df8a9a3efb036041c6526d (patch)
treefdab2c7e454ce3153558503a902cb2f19b66f216 /src/common/CMakeLists.txt
parent9514626f02d21edef33fa6212aa47fdb3c115fe9 (diff)
downloadcru-211b80abe252a46a98df8a9a3efb036041c6526d.tar.gz
cru-211b80abe252a46a98df8a9a3efb036041c6526d.tar.bz2
cru-211b80abe252a46a98df8a9a3efb036041c6526d.zip
Add PlatformSubProcessBase.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e6048d44..714a4636 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -22,6 +22,7 @@ target_compile_definitions(CruBase PUBLIC $<$<CONFIG:Debug>:CRU_DEBUG>)
if (UNIX AND NOT EMSCRIPTEN)
target_sources(CruBase PRIVATE
platform/unix/UnixFileStream.cpp
+ platform/unix/UnixFileStream.cpp
)
if (NOT APPLE)