diff --git a/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt b/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt index 91d9049a2d165799166ffb9af9de500d907cb62a..d8b1501b913979c6dea4ab5bda5f210d00fc7b95 100644 --- a/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt +++ b/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt @@ -10,6 +10,10 @@ atlas_depends_on_subdirs( PUBLIC GaudiKernel MuonSpectrometer/MSVertexReconstruction/MSVertexUtils ) -# Install files from the package: -atlas_install_headers( MSVertexToolInterfaces ) +atlas_add_library( MSVertexToolInterfaces + MSVertexToolInterfaces/*.h + INTERFACE + PUBLIC_HEADERS MSVertexToolInterfaces + LINK_LIBRARIES GaudiKernel MSVertexUtils ) +