summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2017-10-13 17:27:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-10-13 17:27:24 +0200
commitf0f2d8725be5a35c448e2a85707086818f7a93e6 (patch)
tree64877d895d3001f703b38cefc477739c5f923862 /mpeglib/example/yaf
parent8b12682035e2ae92a29a9ce12abc5fbcf38b1192 (diff)
downloadtdemultimedia-f0f2d8725be5a35c448e2a85707086818f7a93e6.tar.gz
tdemultimedia-f0f2d8725be5a35c448e2a85707086818f7a93e6.zip
cmake: Fix detection on cdda include files
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'mpeglib/example/yaf')
-rw-r--r--mpeglib/example/yaf/yafcdda/CMakeLists.txt1
-rw-r--r--mpeglib/example/yaf/yafmpgplay/CMakeLists.txt1
-rw-r--r--mpeglib/example/yaf/yafsplay/CMakeLists.txt1
-rw-r--r--mpeglib/example/yaf/yaftplay/CMakeLists.txt1
-rw-r--r--mpeglib/example/yaf/yafvorbis/CMakeLists.txt1
-rw-r--r--mpeglib/example/yaf/yafxplayer/CMakeLists.txt1
-rw-r--r--mpeglib/example/yaf/yafyuv/CMakeLists.txt1
7 files changed, 7 insertions, 0 deletions
diff --git a/mpeglib/example/yaf/yafcdda/CMakeLists.txt b/mpeglib/example/yaf/yafcdda/CMakeLists.txt
index 5579f599..8d901129 100644
--- a/mpeglib/example/yaf/yafcdda/CMakeLists.txt
+++ b/mpeglib/example/yaf/yafcdda/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(
diff --git a/mpeglib/example/yaf/yafmpgplay/CMakeLists.txt b/mpeglib/example/yaf/yafmpgplay/CMakeLists.txt
index 5692823d..072f1241 100644
--- a/mpeglib/example/yaf/yafmpgplay/CMakeLists.txt
+++ b/mpeglib/example/yaf/yafmpgplay/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(
diff --git a/mpeglib/example/yaf/yafsplay/CMakeLists.txt b/mpeglib/example/yaf/yafsplay/CMakeLists.txt
index 78509009..726513fa 100644
--- a/mpeglib/example/yaf/yafsplay/CMakeLists.txt
+++ b/mpeglib/example/yaf/yafsplay/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(
diff --git a/mpeglib/example/yaf/yaftplay/CMakeLists.txt b/mpeglib/example/yaf/yaftplay/CMakeLists.txt
index eeb05ea8..bd602306 100644
--- a/mpeglib/example/yaf/yaftplay/CMakeLists.txt
+++ b/mpeglib/example/yaf/yaftplay/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(
diff --git a/mpeglib/example/yaf/yafvorbis/CMakeLists.txt b/mpeglib/example/yaf/yafvorbis/CMakeLists.txt
index bc223991..6bf7bed5 100644
--- a/mpeglib/example/yaf/yafvorbis/CMakeLists.txt
+++ b/mpeglib/example/yaf/yafvorbis/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(
diff --git a/mpeglib/example/yaf/yafxplayer/CMakeLists.txt b/mpeglib/example/yaf/yafxplayer/CMakeLists.txt
index 95f2c5b3..6763265b 100644
--- a/mpeglib/example/yaf/yafxplayer/CMakeLists.txt
+++ b/mpeglib/example/yaf/yafxplayer/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(
diff --git a/mpeglib/example/yaf/yafyuv/CMakeLists.txt b/mpeglib/example/yaf/yafyuv/CMakeLists.txt
index 37c6b622..7bfb1626 100644
--- a/mpeglib/example/yaf/yafyuv/CMakeLists.txt
+++ b/mpeglib/example/yaf/yafyuv/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TQT_INCLUDE_DIRS}
${TDE_INCLUDE_DIR}
+ ${CDPARANOIA_INCLUDE_DIR}
)
link_directories(