odin-detector/odin-data

View on GitHub
cpp/frameReceiver/include/CMakeLists.txt

Summary

Maintainability
Test Coverage
# Install header files into installation prefix

SET(HEADERS FrameDecoder.h FrameDecoderUDP.h FrameDecoderZMQ.h FrameDecoderTCP.h)
INSTALL(FILES ${HEADERS} DESTINATION include/frameReceiver)