Skip to content

Commit

Permalink
Exclude non sources from doxygen target
Browse files Browse the repository at this point in the history
If you happen to have vcpkg cloned it will cause a lot of work
otherwise.

Signed-off-by: Ralph Sennhauser <[email protected]>
  • Loading branch information
seragh committed Aug 18, 2024
1 parent 8ace425 commit 495638e
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 495638e

Please sign in to comment.