Skip to content

Commit

Permalink
Fix path to generated config.h
Browse files Browse the repository at this point in the history
Fixes `make install'
  • Loading branch information
AMDmi3 committed Jan 23, 2015
1 parent 194da72 commit 7ec4e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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)
Expand Down

0 comments on commit 7ec4e3e

Please sign in to comment.