diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d1a0c399..e31d8cc40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,6 +70,7 @@ add_subdirectory(Ecal ${CMAKE_BINARY_DIR}/EcalEvent) add_subdirectory(Hcal ${CMAKE_BINARY_DIR}/HcalEvent) add_subdirectory(TrigScint ${CMAKE_BINARY_DIR}/TrigScintEvent) add_subdirectory(Tracking ${CMAKE_BINARY_DIR}/TrackingEvent) +add_subdirectory(Trigger/Algo ${CMAKE_BINARY_DIR}/TriggerEvent) # Once the event libraries have been built, turn off the global option. set(BUILD_EVENT_ONLY OFF CACHE BOOL "Build the SimCore library." FORCE) diff --git a/Trigger b/Trigger index ca4465cdf..ce28fa37f 160000 --- a/Trigger +++ b/Trigger @@ -1 +1 @@ -Subproject commit ca4465cdfb53a0a16c80715f7b91525e2fd2c119 +Subproject commit ce28fa37f86e36f64daadba7120c8772540b4307