Skip to content

Commit 7ec4e3e

Browse files
committed
Fix path to generated config.h
Fixes `make install'
1 parent 194da72 commit 7ec4e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ set(PUBLIC_HEADERS
7878
clunk/v3.h
7979
clunk/clunk_c.h
8080
clunk/window_function.h
81-
${CMAKE_CURRENT_BINARY_DIR}/config.h
81+
${CMAKE_CURRENT_BINARY_DIR}/clunk/config.h
8282
)
8383

8484
if (SDL_FOUND)

0 commit comments

Comments
 (0)