#1 - quicr module
This commit is contained in:
@@ -5,7 +5,6 @@ add_subdirectory(tests)
|
||||
|
||||
file(GLOB FILES
|
||||
src/*.cpp
|
||||
src/messenger/*.cpp
|
||||
src/protocol/quicr/*.cpp
|
||||
src/frames/*.cpp
|
||||
)
|
||||
@@ -13,9 +12,6 @@ file(GLOB FILES
|
||||
file(GLOB HEADERS
|
||||
include/*.hpp
|
||||
include/exception/*.hpp
|
||||
include/io/*.hpp
|
||||
include/messenger/*.hpp
|
||||
include/packets/*.hpp
|
||||
include/metrics/*.hpp
|
||||
include/protocol/quicr/*.hpp
|
||||
)
|
||||
@@ -37,7 +33,10 @@ target_include_directories(${PROJECT_NAME}
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PUBLIC
|
||||
spdlog::spdlog
|
||||
tw::io
|
||||
tw::protocol
|
||||
tw::message_protocol
|
||||
tw::quicr
|
||||
tl::expected
|
||||
Tracy::TracyClient
|
||||
TracyClient
|
||||
|
||||
Reference in New Issue
Block a user