aboutsummaryrefslogtreecommitdiff
path: root/audio/hydrogen/files/patch-src_synth_CMakeLists.txt
blob: afd0598b62c7c7867df37f5d7a6d6e6131a5730f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/synth/CMakeLists.txt.orig	2014-09-09 18:39:33 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}
 )