mutable buffer

This commit is contained in:
Антон 2024-03-31 13:12:06 +03:00
parent d075015359
commit 6370ef31e8
1 changed files with 5 additions and 0 deletions

View File

@ -63,3 +63,8 @@ add_executable(output_buffer
src/chapter02_io/output_buffer.cpp
src/sdk.h)
target_link_libraries(output_buffer PRIVATE Threads::Threads)
add_executable(input_buffer
src/chapter02_io/input_buffer.cpp
src/sdk.h)
target_link_libraries(input_buffer PRIVATE Threads::Threads)