summaryrefslogtreecommitdiff
path: root/audio/clunk/files/patch-CMakeLists.txt
blob: 5905d70bfffc89a4b492a5815875bab11606f5ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2014-09-29 06:48:48 UTC
+++ CMakeLists.txt
@@ -77,7 +77,7 @@ set(PUBLIC_HEADERS
 	clunk/v3.h
 	clunk/clunk_c.h
 	clunk/window_function.h
-	${CMAKE_CURRENT_BINARY_DIR}/config.h
+	${CMAKE_CURRENT_BINARY_DIR}/clunk/config.h
 )
 
 if (SDL_FOUND)