Skip to content

Commit

Permalink
Fix doxygen folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 26, 2024
1 parent 41b4fbe commit f8a55c8
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 @@ -671,7 +671,7 @@ if(DOXYGEN_FOUND)
COMMAND ${DOXYGEN_EXECUTABLE} -u ${DOXYGEN_DOXYFILE}
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_DOXYFILE}
COMMAND ${CMAKE_COMMAND} -E echo "Done."
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/doxygen
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/docs/doxygen
)

# Add the "view_docs" target that opens the generated API documentation.
Expand Down

0 comments on commit f8a55c8

Please sign in to comment.