From e86128b4d19fa53047290346f52f43ec3f43046d Mon Sep 17 00:00:00 2001 From: martinunland Date: Tue, 9 Jan 2024 14:09:13 +0100 Subject: [PATCH] test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e608237ec3..d0a1a0837c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,7 @@ find_package(ROOT) include(${ROOT_USE_FILE}) # Include the subdirectories + add_subdirectory(common) #add_subdirectory(effective_area) add_subdirectory(radioactive_decays)