diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b7f6aaf56..6f425fe8f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -192,7 +192,7 @@ if (NOT ENABLE_DATASOURCE) EXPORT podioTargets DESTINATION "${CMAKE_INSTALL_LIBDIR}") else() - install(TARGETS podio podioDict podioRootIO podioRootIODict podioIO podioDataSource ${INSTALL_LIBRARIES} + install(TARGETS podio podioDict podioRootIO podioRootIODict podioIO podioDataSource podioDataSourceDict ${INSTALL_LIBRARIES} EXPORT podioTargets DESTINATION "${CMAKE_INSTALL_LIBDIR}") endif()