Skip to content

Commit

Permalink
Allow usage of lists for DOXYGEN_EXTRA_INPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eilemann authored and Stefan Eilemann committed Dec 22, 2015
1 parent f59d27c commit c39958d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DoxygenRule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ if(NOT COMMON_ORGANIZATION_NAME)
set(COMMON_ORGANIZATION_NAME Unknown)
endif()

# list-to-string transform
string(REPLACE ";" " " DOXYGEN_EXTRA_INPUT "${DOXYGEN_EXTRA_INPUT}")

if(NOT DOXYGEN_CONFIG_FILE)
# Assuming there exists a Doxyfile and that needs configuring
configure_file(${CMAKE_CURRENT_LIST_DIR}/Doxyfile
Expand Down

0 comments on commit c39958d

Please sign in to comment.