Skip to content

Commit

Permalink
Add the include directory at the top of EDM4hep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 4, 2023
1 parent 01aa7d0 commit 89fa814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k4MarlinWrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ target_include_directories(EDM4hep2Lcio PUBLIC
${PROJECT_SOURCE_DIR}/k4MarlinWrapper
${LCIO_INCLUDE_DIRS}
${Marlin_INCLUDE_DIRS}
${EDM4HEP_SOURCE_DIR}/include
)

# LCIO2EDM4hep
Expand All @@ -88,6 +89,7 @@ gaudi_add_module(Lcio2EDM4hep
target_include_directories(Lcio2EDM4hep PUBLIC
${PROJECT_SOURCE_DIR}/k4MarlinWrapper
${LCIO_INCLUDE_DIRS}
${EDM4HEP_SOURCE_DIR}/include
)

# Copy python parsing file to genConfDir in Gaudi
Expand Down

0 comments on commit 89fa814

Please sign in to comment.