Restructure folder to writer and receiver

This commit is contained in:
2020-03-31 13:46:15 +02:00
parent a4bfa273ab
commit be3a605c8c
7 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
add_subdirectory(external/)
file(GLOB SOURCES src/*.cpp)
file(GLOB SOURCES
src/*.cpp
src/writer/*.cpp
src/receiver/*.cpp)
add_library(core-writer STATIC ${SOURCES})
include_directories(core-writer external/)