From 8898a909366ccd8e6d8e3291e33c84133cd7f6af Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sat, 7 Oct 2006 11:45:35 +0000 Subject: [PATCH] Compile fix, correcting the include paths. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@593292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- bindings/c/CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bindings/c/CMakeLists.txt b/bindings/c/CMakeLists.txt index 1b851262..2f834d1f 100644 --- a/bindings/c/CMakeLists.txt +++ b/bindings/c/CMakeLists.txt @@ -1,4 +1,12 @@ -INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/taglib ${CMAKE_SOURCE_DIR}/taglib/toolkit ${CMAKE_SOURCE_DIR}/taglib/mpeg ${CMAKE_SOURCE_DIR}/taglib/ogg ${CMAKE_SOURCE_DIR}/taglib/ogg/vorbis ${CMAKE_SOURCE_DIR}/taglib/ogg/flac ${CMAKE_SOURCE_DIR}/taglib/flac ${CMAKE_SOURCE_DIR}/taglib/mpc ${CMAKE_SOURCE_DIR}/taglib/mpeg/id3v2 ) +INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/taglib/taglib + ${CMAKE_SOURCE_DIR}/taglib/taglib/toolkit + ${CMAKE_SOURCE_DIR}/taglib/taglib/mpeg + ${CMAKE_SOURCE_DIR}/taglib/taglib/ogg + ${CMAKE_SOURCE_DIR}/taglib/taglib/ogg/vorbis + ${CMAKE_SOURCE_DIR}/taglib/taglib/ogg/flac + ${CMAKE_SOURCE_DIR}/taglib/taglib/flac + ${CMAKE_SOURCE_DIR}/taglib/taglib/mpc + ${CMAKE_SOURCE_DIR}/taglib/taglib/mpeg/id3v2 ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/taglib_c.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/taglib_c.pc )