Skip to content

Commit

Permalink
Fix missing link library (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jun 28, 2024
1 parent 74efd62 commit feab6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(edmCompare SHARED src/CompareEDM4hepLCIO.cc src/ObjectMapping.cc src/CompareEDM4hepEDM4hep.cc)
target_link_libraries(edmCompare PUBLIC EDM4HEP::edm4hep LCIO::lcio)
target_link_libraries(edmCompare PUBLIC EDM4HEP::edm4hep LCIO::lcio ROOT::MathCore)
target_include_directories(edmCompare
PUBLIC
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/k4EDM4hep2LcioConv/include>
Expand Down

0 comments on commit feab6ea

Please sign in to comment.