1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-16 22:08:17 +01:00

Fix config file for build tree usage

This commit is contained in:
Dominik Schmidt 2013-05-22 20:24:19 +02:00
parent 818d44f2d0
commit 4b2765682e

View File

@ -1,3 +1,4 @@
set(TOMAHAWK_INCLUDE_DIRS
"@PROJECT_SOURCE_DIR@/src/libtomahawk"
"@PROJECT_BINARY_DIR@")
"@PROJECT_BINARY_DIR@/src/libtomahawk"
)