Skip to content

Commit

Permalink
fix pathes in CMakeLists.txt for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede authored and tmadlener committed Dec 3, 2021
1 parent fa05e5b commit 97164fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/CMakeLists.txt
Expand Up @@ -26,7 +26,10 @@ IF( DOXYGEN_FOUND )
"${DOXYGEN_EXECUTABLE}"
WORKING_DIRECTORY "${DOC_SRC_DIR}"
COMMENT "Building API Documentation..."
DEPENDS Doxyfile overview.html CMakeLists.txt ../include/* ../src/*
DEPENDS Doxyfile CMakeLists.txt
overview.html
${PROJECT_SOURCE_DIR}/include/*
${PROJECT_SOURCE_DIR}/src/*
)

# add doc target
Expand Down

0 comments on commit 97164fa

Please sign in to comment.