mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Change the taglib build system to use relative include paths.
This allows you to build taglib either as part of kdesupport (i.e. with a source directory of kdesupport/) or by itself (i.e. with a source directory of kdesupport/taglib/). git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@593544 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
if(BUILD_TESTS)
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/taglib ${CMAKE_SOURCE_DIR}/taglib/toolkit ${CMAKE_SOURCE_DIR}/taglib/mpeg/id3v2 )
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/../taglib
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../taglib/toolkit
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../taglib/mpeg/id3v2 )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
Reference in New Issue
Block a user