summaryrefslogtreecommitdiff
path: root/include/ouroboros/CMakeLists.txt
blob: b4f04cf218558eec56f4bccc35d2261c0b831f5a (plain)
1
2
3
4
5
6
file(GLOB_RECURSE HEADER_FILES *.h)

install(FILES ${HEADER_FILES}
  DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/ouroboros)

add_custom_target(qtcreator-workaround SOURCES ${HEADER_FILES})