Skip to content

Commit

Permalink
build: Install Examples headers (#1752)
Browse files Browse the repository at this point in the history
This PR adds some header installs for several Examples directories so that users can take advantage of some of the Examples infrastructure, for example the EDM objects.
  • Loading branch information
osbornjd committed Feb 8, 2023
1 parent 41e6335 commit a20eebe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Examples/Detectors/TGeoDetector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ target_link_libraries(
install(
TARGETS ActsExamplesDetectorTGeo
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})

install(
DIRECTORY include/ActsExamples
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
4 changes: 4 additions & 0 deletions Examples/Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ endif()
install(
TARGETS ActsExamplesFramework
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})

install(
DIRECTORY include/ActsExamples
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

0 comments on commit a20eebe

Please sign in to comment.