From e830c541286e7ae273e3a7596f7bed7db03ef00a Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Mon, 7 Apr 2014 08:33:04 +0000 Subject: [PATCH] - added DDSurfaces --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1f73a435..368fa1959 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,6 +69,7 @@ ENDIF() #---Packages------------------------------------------------------------------------ add_subdirectory(DDSegmentation) add_subdirectory(DDCore) +add_subdirectory(DDSurfaces) add_subdirectory(DDRec) add_subdirectory(DDSense) -- GitLab