Skip to content
Snippets Groups Projects
Commit 91285426 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

[Exp PyROOT] Some headers of Cppyy need to be public

Make sure they are placed in ${build_dir}/include and
${install_dir}/include.
parent 0d9e0830
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,6 @@ target_link_libraries(cppyy cppyy_backend ${PYTHON_LIBRARIES})
set_property(GLOBAL APPEND PROPERTY ROOT_EXPORTED_TARGETS cppyy)
install(TARGETS cppyy EXPORT ${CMAKE_PROJECT_NAME}Exports DESTINATION ${runtimedir})
file(COPY ${headers} DESTINATION ${CMAKE_BINARY_DIR}/include)
install(FILES ${headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
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