Skip to content

Commit

Permalink
doxy target
Browse files Browse the repository at this point in the history
  • Loading branch information
seragh committed Aug 18, 2024
1 parent 58ba4e7 commit 5ee84b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ endif()

if(BUILD_DOCS)
find_package(Doxygen REQUIRED)
doxygen_add_docs(
doxygen
doxygen_add_docs(doxygen
"${CMAKE_SOURCE_DIR}/FCollada"
"${CMAKE_SOURCE_DIR}/FColladaPlugins"
"${CMAKE_SOURCE_DIR}/FColladaTools"
ALL
${PROJECT_SOURCE_DIR}
COMMENT "Generate html pages")
endif()

Expand Down

0 comments on commit 5ee84b2

Please sign in to comment.