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

IdDictParser: cmake cleanup

parent 4946c7e5
No related branches found
No related tags found
No related merge requests found
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: IdDictParser
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( IdDictParser ) atlas_subdir( IdDictParser )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
DetectorDescription/IdDict
Tools/XMLCoreParser
PRIVATE
DetectorDescription/Identifier )
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( IdDictParser atlas_add_library( IdDictParser
src/IdDictParser.cxx src/IdDictParser.cxx
PUBLIC_HEADERS IdDictParser PUBLIC_HEADERS IdDictParser
LINK_LIBRARIES IdDict XMLCoreParser LINK_LIBRARIES IdDict XMLCoreParser )
PRIVATE_LINK_LIBRARIES Identifier )
atlas_add_executable( tid atlas_add_executable( tid
test/tid.cxx test/tid.cxx
LINK_LIBRARIES IdDict XMLCoreParser Identifier IdDictParser ) LINK_LIBRARIES IdDictParser Identifier )
atlas_add_executable( test_det_id atlas_add_executable( test_det_id
test/test_indet_id.cxx test/test_indet_id.cxx
LINK_LIBRARIES IdDict XMLCoreParser Identifier IdDictParser ) LINK_LIBRARIES IdDictParser Identifier )
atlas_add_dictionary( IdDictParserDict atlas_add_dictionary( IdDictParserDict
IdDictParser/IdDictParserDict.h IdDictParser/IdDictParserDict.h
......
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