Skip to content

Commit

Permalink
refer right doxygen
Browse files Browse the repository at this point in the history
aidenthefox committed May 15, 2018
1 parent b8cbbe5 commit 6f97a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/doxygen.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configure_file("eos.doxygen.in" "${CMAKE_BINARY_DIR}/eos.doxygen")
configure_file("enu.doxygen.in" "${CMAKE_BINARY_DIR}/enu.doxygen")

include(FindDoxygen)

@@ -20,7 +20,7 @@ else()
# Doxygen has issues making destination directories more than one level deep, so do it for it.
add_custom_target(make_doc_dir ALL COMMAND ${CMAKE_COMMAND} -E make_directory "${DOXY_DOC_DEST_DIR}")
add_custom_target(contract_documentation ALL
COMMAND "${DOXYGEN_EXECUTABLE}" "${CMAKE_BINARY_DIR}/eos.doxygen"
COMMAND "${DOXYGEN_EXECUTABLE}" "${CMAKE_BINARY_DIR}/enu.doxygen"
DEPENDS make_doc_dir
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
COMMENT "Building doxygen documentation into ${DOXY_DOC_DEST_DIR}..."

0 comments on commit 6f97a19

Please sign in to comment.