Merge branch 'main' into developer

This commit is contained in:
Erik Fröjdh
2025-02-18 21:52:20 +01:00
committed by GitHub
8 changed files with 55 additions and 4 deletions

View File

@ -49,6 +49,7 @@ set(PYTHON_EXAMPLES
examples/fits.py
)
# Copy the python examples to the build directory
foreach(FILE ${PYTHON_EXAMPLES})
configure_file(${FILE} ${CMAKE_BINARY_DIR}/${FILE} )