Skip to content
Snippets Groups Projects
Commit c05767c7 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (IOVDbMetaDataTools-00-00-46)

	* Tagging IOVDbMetaDataTools-00-00-46.
	* IOVDbMetaDataTools/IIOVDbMetaDataTool.h: Fix header guard.
parent 7c3f7659
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: IOVDbMetaDataTools
################################################################################
# Declare the package name:
atlas_subdir( IOVDbMetaDataTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/AthenaBaseComps
Control/StoreGate
Database/AthenaPOOL/AthenaPoolKernel
Database/IOVDbDataModel )
# Component(s) in the package:
atlas_add_component( IOVDbMetaDataTools
src/IOVDbMetaDataTool.cxx
src/components/*.cxx
LINK_LIBRARIES GaudiKernel AthenaBaseComps StoreGateLib SGtests IOVDbDataModel )
# Install files from the package:
atlas_install_headers( IOVDbMetaDataTools )
atlas_install_python_modules( python/*.py )
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
*/ */
#ifndef IOVDBMETADATATOOL_IIOVDBMETADATATOOL_H #ifndef IOVDBMETADATATOOL_IIOVDBMETADATATOOL_H
# define IOVDBMETADATATOOL_IIOVDBMETADATATOOL_ # define IOVDBMETADATATOOL_IIOVDBMETADATATOOL_H
//<<<<<< INCLUDES >>>>>>
// Gaudi // Gaudi
#include "GaudiKernel/IAlgTool.h" #include "GaudiKernel/IAlgTool.h"
...@@ -74,7 +72,4 @@ public: ...@@ -74,7 +72,4 @@ public:
}; };
//<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> #endif // IOVDBMETADATATOOL_IIOVDBMETADATATOOL_H
//<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
#endif // IOVDBMETADATATOOL_IIOVDBMETADATATOOL_
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