OpenLCP/protocol/acn/CMakeLists.txt

14 lines
259 B
CMake
Raw Normal View History

target_sources(${PROJECT_NAME}
2022-11-28 11:37:10 -05:00
PUBLIC
acn/component.h
2022-11-28 11:37:10 -05:00
PRIVATE
acn/pdu-stream.cpp
acn/pdu-stream.h
acn/pdu.cpp
acn/pdu.h
)
include(dmp/CMakeLists.txt)
include(rlp/CMakeLists.txt)
include(sdt/CMakeLists.txt)