1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Fix config file for build tree usage

This commit is contained in:
Dominik Schmidt
2013-05-22 20:24:19 +02:00
committed by Michael Zanetti
parent a129a54d1b
commit 8e16445b49

View File

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