1
0
Fork 0

decoder for some acronyms

This commit is contained in:
Kevin Matz 2023-05-20 07:20:50 -04:00
parent a41d8bfc87
commit 9c1b14ac3e
2 changed files with 8 additions and 8 deletions

View File

@ -17,10 +17,10 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP::ACN::PDU
LCP::ACN::RLP
LCP::ACN::SDT
LCP::ACN::DMP
LCP::ACN::PDU # message format
LCP::ACN::RLP # root layer protocol
LCP::ACN::SDT # session data transport
LCP::ACN::DMP # device management protocol
)
target_sources(${PROJECT_NAME}-pdu

View File

@ -31,10 +31,10 @@ target_sources(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
LCP::ACN::PDU
LCP::ACN::RLP
LCP::ACN::DMP
LCP::DMX
LCP::ACN::PDU # message format
LCP::ACN::RLP # root layer protocol
LCP::ACN::DMP # device management protocol
LCP::DMX # digital multiplex protocol
)
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})