Skip to content
Snippets Groups Projects
Commit 1deb476b authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[i134b] rm one more header from installation ()

Merging branch 'i134b'  into 'main'.

See merge request !738
parents 818fedd1 cd3069a4
No related branches found
No related tags found
1 merge request!738rm one more header from installation
Pipeline #60738 passed
......@@ -42,8 +42,11 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/Examples/
DESTINATION ${destination_examples} COMPONENT Examples FILES_MATCHING PATTERN *.gz)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/Examples/
DESTINATION ${destination_examples} COMPONENT Examples FILES_MATCHING PATTERN *.png)
install(FILES ${AUTO_DIR}/swig_runtime.h
DESTINATION ${destination_include}/Wrap COMPONENT Headers)
if(BA_CPP_API)
install(FILES ${AUTO_DIR}/swig_runtime.h
DESTINATION ${destination_include}/Wrap COMPONENT Headers)
endif()
# Install bornagain/__init__.py and utilites
install(DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/bornagain/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment