From 96ed44c31b92f1492be68c084e8b18972d549743 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 12 Feb 2024 15:47:31 +0800 Subject: WORKING: add unix pipe. --- src/common/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2414831b..aaff70fe 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -22,8 +22,9 @@ target_compile_definitions(CruBase PUBLIC $<$:CRU_DEBUG>) if (UNIX AND NOT EMSCRIPTEN) target_sources(CruBase PRIVATE + platform/unix/PosixSpawnSubProcess.cpp platform/unix/UnixFileStream.cpp - platform/unix/UnixFileStream.cpp + platform/unix/UnixPipe.cpp ) if (NOT APPLE) -- cgit v1.2.3