From 7262034f98b0c29f9fe33b77eb2ff8c549acb610 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 3 Oct 2013 10:53:21 +0000 Subject: [PATCH] Add DDSegmentation to include directories --- DDG4/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/DDG4/CMakeLists.txt b/DDG4/CMakeLists.txt index c5b870295..6affa3857 100644 --- a/DDG4/CMakeLists.txt +++ b/DDG4/CMakeLists.txt @@ -13,6 +13,7 @@ include(DD4hep_XML_setup) #---Includedirs------------------------------------------------------------------- include_directories(${CMAKE_SOURCE_DIR}/DDCore/include + ${CMAKE_SOURCE_DIR}/DDSegmentation/include ${CMAKE_CURRENT_SOURCE_DIR}/include ${ROOT_INCLUDE_DIR} ${CLHEP_INCLUDE_DIR} -- GitLab