diff --git a/Control/AthViews/CMakeLists.txt b/Control/AthViews/CMakeLists.txt index c628e4f38c7bdd14bd2dafcd32ee18560c1e4670..96411f30a53eabed1a4b662e877087db5364e921 100644 --- a/Control/AthViews/CMakeLists.txt +++ b/Control/AthViews/CMakeLists.txt @@ -38,7 +38,8 @@ atlas_add_component( AthViewsDFlow atlas_add_test( ViewLinking_test INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${TBB_INCLUDE_DIRS} SOURCES test/ViewLinking_test.cxx - LINK_LIBRARIES ${Boost_LIBRARIES} ${TBB_LIBRARIES} AthViews ) + LINK_LIBRARIES ${Boost_LIBRARIES} ${TBB_LIBRARIES} + AthViews TestTools ) # Install files from the package: atlas_install_headers( AthViews )