From 411c607c2776a2f4dcc415a5af74a707f37640a7 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Tue, 28 Jan 2014 10:41:02 +0000
Subject: [PATCH] Add missing include directories. They are needed when
 compiling a clean checkout of dd4hep with testing. As the headers are not
 installed previously they are not found otherwise.

---
 DDTest/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/DDTest/CMakeLists.txt b/DDTest/CMakeLists.txt
index 19529af1c..533677d21 100644
--- a/DDTest/CMakeLists.txt
+++ b/DDTest/CMakeLists.txt
@@ -3,6 +3,8 @@
 
 include_directories( 
   ${CMAKE_CURRENT_SOURCE_DIR}/include
+  ${CMAKE_SOURCE_DIR}/DDCore/include
+  ${CMAKE_SOURCE_DIR}/DDSegmentation/include
   ${CMAKE_SOURCE_DIR}/include
   ${ROOT_INCLUDE_DIR}
   )
-- 
GitLab