Skip to content

Commit

Permalink
CMake: Fix path of include directories for HotDoc
Browse files Browse the repository at this point in the history
This makes it possible for HotDoc to find the generated version.h
header.
  • Loading branch information
aperezdc committed Jun 17, 2019
1 parent f52748f commit e02992d
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 @@ -128,7 +128,7 @@ IF(BUILD_DOCS)
--output=${CMAKE_CURRENT_BINARY_DIR}/Documentation/
--c-sources="${CMAKE_SOURCE_DIR}/include/wpe/*.[ch]"
--extra-c-flags=-DWPE_COMPILATION=true
--c-include-directories ${CMAKE_SOURCE_DIR}/include ${DERIVED_SOURCES_DIR}/..
--c-include-directories ${CMAKE_SOURCE_DIR}/include ${DERIVED_SOURCES_DIR}
--c-smart-index
)
ELSE()
Expand Down

0 comments on commit e02992d

Please sign in to comment.