Skip to content
Snippets Groups Projects
Commit ad198740 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

UpgradePerformanceFunctions: cmake cleanup

parent 5680244b
No related branches found
No related tags found
No related merge requests found
# Auto-generated on: 2017-03-09 14:53:36.740759
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the name of this package:
atlas_subdir( UpgradePerformanceFunctions None )
# This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC
PathResolver )
atlas_subdir( UpgradePerformanceFunctions )
# This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf Physics )
......@@ -30,11 +26,9 @@ atlas_install_data( share/* )
# Build the executables of the package:
atlas_add_executable( plotPerformanceFunctions
util/plotPerformanceFunctions.cxx
LINK_LIBRARIES PathResolver
${ROOT_LIBRARIES}
LINK_LIBRARIES ${ROOT_LIBRARIES}
UpgradePerformanceFunctions )
atlas_add_executable( testPerformanceFunctions
util/testPerformanceFunctions.cxx
LINK_LIBRARIES PathResolver
${ROOT_LIBRARIES}
LINK_LIBRARIES ${ROOT_LIBRARIES}
UpgradePerformanceFunctions )
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