Skip to content
Snippets Groups Projects
Commit 4d57eb15 authored by AlQuemist's avatar AlQuemist
Browse files

Tests/Examples/CMakeLists.txt: use EXAMPLES_FIGURES_DIR to produce figures

parent 0e5546c6
No related branches found
No related tags found
1 merge request!2663Clean up the Examples provided to the user (Major change)
......@@ -29,7 +29,7 @@ add_custom_target(excopy
macro(parse_example example)
cmake_path(SET MINI_SCRIPT NORMALIZE ${EXAMPLES_TEST_DIR}/${example}.py)
cmake_path(SET PUBL_SCRIPT NORMALIZE ${EXAMPLES_PUBL_DIR}/${example}.py)
cmake_path(SET PUBL_SCRIPT NORMALIZE ${EXAMPLES_FIGURES_DIR}/${example}.py)
get_filename_component(EXAMPLE_NAME ${MINI_SCRIPT} NAME_WE)
get_filename_component(EXAMPLE_SUBDIR ${example} DIRECTORY)
endmacro()
......
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