summaryrefslogtreecommitdiffstats
path: root/audio/hydrogen-devel/files/patch-src__synth__CMakeLists.txt
blob: 62e9a830ffbd238244b05eebff329d8c6c7c284a (plain)
1
2
3
4
5
6
7
8
9
10
--- src/synth/CMakeLists.txt.orig	2015-08-31 19:04:48 UTC
+++ src/synth/CMakeLists.txt
@@ -4,6 +4,7 @@ FILE(GLOB_RECURSE h2synth_SRCS *.cpp)
 INCLUDE_DIRECTORIES(
     ${CMAKE_SOURCE_DIR}/src/core/include        # core headers
     ${CMAKE_BINARY_DIR}/src/core/include        # generated config.h
+    ${LIBSNDFILE_INCLUDE_DIR}
     ${QT_INCLUDES}
 )
 
OpenPOWER on IntegriCloud