Skip to content
Snippets Groups Projects
Commit b1afa0fd authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

D3PDMakerInterfaces: cmake fixes

Define an interface library for exported headers.
parent cd249912
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,8 @@
# Declare the package name:
atlas_subdir( D3PDMakerInterfaces )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel )
# Install files from the package:
atlas_install_headers( D3PDMakerInterfaces )
atlas_add_library( D3PDMakerInterfaces
D3PDMakerInterfaces/*.h
INTERFACE
PUBLIC_HEADERS D3PDMakerInterfaces
LINK_LIBRARIES GaudiKernel )
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