mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
10 lines
353 B
Text
10 lines
353 B
Text
--- 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}
|
|
)
|
|
|