From f0f2d8725be5a35c448e2a85707086818f7a93e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 13 Oct 2017 17:27:24 +0200 Subject: cmake: Fix detection on cdda include files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- mpeglib/example/mpgplay/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mpeglib/example/mpgplay/CMakeLists.txt') diff --git a/mpeglib/example/mpgplay/CMakeLists.txt b/mpeglib/example/mpgplay/CMakeLists.txt index 7ef2188c..9beea85a 100644 --- a/mpeglib/example/mpgplay/CMakeLists.txt +++ b/mpeglib/example/mpgplay/CMakeLists.txt @@ -15,6 +15,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${TQT_INCLUDE_DIRS} ${TDE_INCLUDE_DIR} + ${CDPARANOIA_INCLUDE_DIR} ) link_directories( -- cgit v1.2.3