initial
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
project(tw_messaging)
|
||||
|
||||
add_library(${PROJECT_NAME} INTERFACE)
|
||||
add_library(tw::messaging ALIAS ${PROJECT_NAME})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE ./include/)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
INTERFACE
|
||||
tw::network
|
||||
tw::protocol
|
||||
tl::expected
|
||||
protobuf::libprotobuf
|
||||
)
|
||||
Reference in New Issue
Block a user