Doxygen config path corrected

redesign_interrupts
Kerem Yollu 3 years ago
parent a1272d8703
commit d524e56241

@ -85,7 +85,7 @@ add_custom_command(TARGET ${EXECUTABLE}
find_package(Doxygen) find_package(Doxygen)
if (DOXYGEN_FOUND) if (DOXYGEN_FOUND)
# set input and output files # set input and output files
set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/config_files/doxyfile.in) set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/config/doxyfile.in)
set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/doxyfile) set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/doxyfile)
# request to configure the file # request to configure the file

@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
CSL_TO_USE=$1 CSL_TO_USE=$1
CSL_LIST=$(ls -d -- ked/csl)
FILE=../build FILE=../build
cd env cd env

Loading…
Cancel
Save