Skip to content
Snippets Groups Projects
Commit ec3475f7 authored by Karol Krizka's avatar Karol Krizka
Browse files

Add CMakeLists.txt with ATLAS macros.

parent 5d9b8352
No related branches found
No related tags found
No related merge requests found
# The name of the package
ATLAS_SUBDIR(JetSelectionHelper)
# External Dependencies
FIND_PACKAGE( ROOT )
# Add binary
ATLAS_ADD_LIBRARY ( JetSelectionHelperLib JetSelectionHelper/JetSelectionHelper.h src/JetSelectionHelper.cxx
PUBLIC_HEADERS JetSelectionHelper
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES}
xAODEventInfo
xAODRootAccess
xAODJet)
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