From 2b8c3d33d017e88bde6b03f287de5d8fefbcaffa Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 20 May 2020 13:01:06 +0200 Subject: [PATCH] Add all projects individually --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aea01a3..aed6e98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,3 +29,7 @@ add_subdirectory( EXCLUDE_FROM_ALL) add_subdirectory("core-buffer") +add_subdirectory("sf-buffer") +add_subdirectory("sf-replay") +add_subdirectory("sf-stream") +add_subdirectory("sf-writer") \ No newline at end of file