$OpenBSD: patch-src_core_CMakeLists_txt,v 1.2 2020/02/22 17:34:36 rapha Exp $

Add sndio include_directories, do not install headers

Index: src/core/CMakeLists.txt
--- src/core/CMakeLists.txt.orig
+++ src/core/CMakeLists.txt
@@ -13,6 +13,7 @@ INCLUDE_DIRECTORIES( include
     ${LIBTAR_INCLUDE_DIRS}
     ${LIBARCHIVE_INCLUDE_DIRS}
     ${LIBSNDFILE_INCLUDE_DIRS}
+    ${SNDIO_INCLUDE_DIRS}
     ${ALSA_INCLUDE_DIRS}
     ${OSS_INCLUDE_DIRS}
     ${JACK_INCLUDE_DIRS}
@@ -30,6 +31,7 @@ TARGET_LINK_LIBRARIES(hydrogen-core-${VERSION}
     ${LIBTAR_LIBRARIES}
     ${LIBARCHIVE_LIBRARIES}
     ${LIBSNDFILE_LIBRARIES}
+    ${SNDIO_LIBRARIES}
     ${ALSA_LIBRARIES}
     ${OSS_LIBRARIES}
     ${JACK_LIBRARIES}
