From abe35dfc9b2a7f12d03fccf0656ebbc690c035ff Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Wed, 20 Feb 2013 14:43:31 +0000 Subject: [PATCH] Enable rootmap generation --- DDExamples/ILDExDet/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/DDExamples/ILDExDet/CMakeLists.txt b/DDExamples/ILDExDet/CMakeLists.txt index 1a81a1502..050318cd7 100644 --- a/DDExamples/ILDExDet/CMakeLists.txt +++ b/DDExamples/ILDExDet/CMakeLists.txt @@ -22,4 +22,5 @@ endif() add_library(ILDEx SHARED ${sources}) target_link_libraries(ILDEx DD4hepCore) +dd4hep_generate_rootmap(ILDEx) -- GitLab