Skip to content

Commit

Permalink
find logo and stylesheet at cyclus_core_share_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Sep 21, 2024
1 parent 3d50ad4 commit 390f3bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,683 deletions.
4 changes: 2 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ IF(DOXYGEN_FOUND)
SET(DOXYGEN_SOURCE_DIR ${CYCAMORE_SOURCE_DIR})
SET(DOXYGEN_INPUT ${DOC_INPUT_DIR}/doxygen.conf)
SET(DOXYGEN_OUTPUT ${DOC_OUTPUT_DIR}/html/index.html)
SET(PROJECT_LOGO "${DOC_INPUT_DIR}/logo2_bike.gif")
SET(DOXYGEN_STYLESHEET_FILE "${DOC_INPUT_DIR}/doxygen-awesome.css")
SET(PROJECT_LOGO ${CYCLUS_CORE_SHARE_DIR}/doc/logo2_bike.gif)
SET(DOXYGEN_STYLESHEET_FILE ${CYCLUS_CORE_SHARE_DIR}/doc/doxygen-awesome.css)

FIND_PACKAGE(HTMLHelp)

Expand Down
Loading

0 comments on commit 390f3bc

Please sign in to comment.