Skip to content
Snippets Groups Projects
Commit 95292766 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cmake.SampleHandler-20250108' into 'main'

SampleHandler: cmake fix

See merge request atlas/athena!77046
parents 4b501e03 df80b08f
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( SampleHandler )
......@@ -34,7 +34,7 @@ atlas_add_root_dictionary( SampleHandler
atlas_add_library( SampleHandler
SampleHandler/*.h Root/*.cxx ${SampleHandlerDictSource}
PUBLIC_HEADERS SampleHandler
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${BOOST_INCLUDE_DIRS}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgMessagingLib RootCoreUtils CxxUtils)
# Test(s) in the package:
......
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