Skip to content
Snippets Groups Projects
Commit a6351081 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'AthViews.missing.TestTools.lib' into 'master'

CMake: Add missing TestTools library to linking of test

See merge request !4708

Former-commit-id: 4072f087
parents ee154d59 087b36a9
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
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