summaryrefslogtreecommitdiff
path: root/include/ouroboros/CMakeLists.txt
blob: c5f65d49a5e79c62f51b8569f568ef96c9f4c72e (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
        dev.h
        dif_config.h
        errno.h
        flow.h
        instance_name.h
        irm.h
        nsm.h
        qos.h
)

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