Skip to content
Snippets Groups Projects
Commit cc5198c8 authored by Frank Gaede's avatar Frank Gaede
Browse files

- added DDRec library to DDRecPlugins (needed on MAC)

parent 063c1f3b
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ target_link_libraries(DDRec ${rec_link_libraries}) ...@@ -41,7 +41,7 @@ target_link_libraries(DDRec ${rec_link_libraries})
# Add the DDRecPlugin, as there are currently only gear plugins, we need to check if we want to create the plugin # Add the DDRecPlugin, as there are currently only gear plugins, we need to check if we want to create the plugin
if( plugin_sources ) if( plugin_sources )
add_dd4hep_plugin(DDRecPlugins SHARED ${plugin_sources}) add_dd4hep_plugin(DDRecPlugins SHARED ${plugin_sources})
target_link_libraries(DDRecPlugins ${rec_link_libraries}) target_link_libraries(DDRecPlugins ${rec_link_libraries} DDRec)
endif() endif()
......
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