summaryrefslogtreecommitdiff
path: root/include/ouroboros/CMakeLists.txt
blob: 8347f928e347d21a4ad782d8bebcbd74c7a1cf1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
configure_file(
  "${CMAKE_CURRENT_SOURCE_DIR}/config.h.in"
  "${CMAKE_CURRENT_BINARY_DIR}/config.h")

set(HEADER_FILES
        cdap.h
        da.h
        dev.h
        dif_config.h
        flow.h
        instance_name.h
        irm.h
        qos.h
        time_utils.h
)

install(FILES ${HEADER_FILES} DESTINATION usr/include/ouroboros)