feat: finish pipe operator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user