Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
add_library(Protocol STATIC)
|
||||
|
||||
target_sources(Protocol
|
||||
PRIVATE
|
||||
protocol.cxx
|
||||
PUBLIC
|
||||
FILE_SET HEADERS
|
||||
BASE_DIRS include
|
||||
FILES include/protocol/protocol.hxx
|
||||
)
|
||||
Reference in New Issue
Block a user