Skip to content
Snippets Groups Projects
Commit 3e9faac6 authored by Dave DeMarle's avatar Dave DeMarle Committed by David DeMarle
Browse files

replace the doxygen convert script stage that we will no longer need

keep it around though, will be handy for other projects
parent a2250027
No related branches found
No related tags found
No related merge requests found
......@@ -236,14 +236,30 @@ endforeach()
# ----------------------------------------------------------------------------
# Convert the VTK headers to the Doxygen format.
step(1 "convert VTK headers to doxygen format")
execute_process(COMMAND ${PERL}
"${PATH_TO_VTK_DOX_SCRIPTS}/doc_header2doxygen.pl"
--to "${INTERMEDIATE_DOX_DIR}"
--relativeto "${SOURCE_DIR}/${REL_PATH_TO_TOP}"
${SOURCE_DIRECTORIES}
RESULT_VARIABLE rv
step(1 "copy VTK headers to working directory")
foreach(var
Accelerators
Charts
Common
Documentation
Domains
Filters
Geovis
GUISupport
Imaging
Infovis
Interaction
IO
Parallel
Rendering
Views
Web
)
file(COPY "${SOURCE_DIR}/${var}"
DESTINATION "${INTERMEDIATE_DOX_DIR}"
FILES_MATCHING PATTERN "*.h"
)
endforeach()
# ----------------------------------------------------------------------------
# Build the Events invocation list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment