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

set(HEADER_FILES
  cdap.h
  dev.h
  endian.h
  errno.h
  fcntl.h
  fqueue.h
  irm.h
  irm_config.h
  nsm.h
  qos.h)

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

add_subdirectory(wrap)