1
0

feat: finish pipe operator

This commit is contained in:
2025-11-27 20:48:35 +08:00
parent 89b7afb33f
commit 9af21b514a
6 changed files with 223 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
add_library(BasaltShared STATIC "")
target_sources(BasaltShared
PRIVATE
pipe_sender.cpp
pipe_operator.cpp
)
target_sources(BasaltShared
PUBLIC
@@ -9,7 +9,7 @@ FILE_SET HEADERS
FILES
# Headers
basalt_char.hpp
pipe_sender.hpp
pipe_operator.hpp
)
target_include_directories(BasaltShared
PUBLIC