From: dberzano Date: Fri, 16 Jan 2015 11:27:24 +0000 (+0100) Subject: Split: CMake adjustments for Tender*, EVENTMIX X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=83bc91df75bbfc209fd4c80e14e2c6ac433cfd61 Split: CMake adjustments for Tender*, EVENTMIX --- diff --git a/ANALYSIS/CMakeLists.txt b/ANALYSIS/CMakeLists.txt index 57d81eabff8..9e94b78dd24 100644 --- a/ANALYSIS/CMakeLists.txt +++ b/ANALYSIS/CMakeLists.txt @@ -16,10 +16,7 @@ add_subdirectory(ANALYSIS) add_subdirectory(ANALYSISalice) add_subdirectory(ANALYSIScalib) -add_subdirectory(Tender) -add_subdirectory(TenderSupplies) add_subdirectory(ESDfilter) -add_subdirectory(EventMixing) # Installing the macros install(DIRECTORY macros DESTINATION ANALYSIS) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8010e8f74c3..f5e96826ace 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,6 +231,7 @@ add_subdirectory(CORRFW) add_subdirectory(EMCAL) add_subdirectory(EPOS) add_subdirectory(EVE) +add_subdirectory(EVENTMIX) add_subdirectory(EVGEN) add_subdirectory(FASTSIM) add_subdirectory(FIT) @@ -251,6 +252,7 @@ add_subdirectory(STAT) add_subdirectory(STRUCT) add_subdirectory(T0) add_subdirectory(TDPMjet) +add_subdirectory(TENDER) add_subdirectory(TEvtGen) add_subdirectory(THerwig) add_subdirectory(TOF) diff --git a/EVENTMIX/CMakeLists.txt b/EVENTMIX/CMakeLists.txt index 9d074140a7f..3df33fe9196 100644 --- a/EVENTMIX/CMakeLists.txt +++ b/EVENTMIX/CMakeLists.txt @@ -70,4 +70,7 @@ endif(${CMAKE_SYSTEM} MATCHES Darwin) install(TARGETS ${MODULE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib) -install(FILES ${HDRS} DESTINATION include) \ No newline at end of file +install(FILES ${HDRS} DESTINATION include) + +# Status message +message(STATUS "EVENTMIX enabled") diff --git a/TENDER/CMakeLists.txt b/TENDER/CMakeLists.txt new file mode 100644 index 00000000000..0f16ef583be --- /dev/null +++ b/TENDER/CMakeLists.txt @@ -0,0 +1,19 @@ +# ************************************************************************** +# * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. * +# * * +# * Author: The ALICE Off-line Project. * +# * Contributors are mentioned in the code where appropriate. * +# * * +# * Permission to use, copy, modify and distribute this software and its * +# * documentation strictly for non-commercial purposes is hereby granted * +# * without fee, provided that the above copyright notice appears in all * +# * copies and that both the copyright notice and this permission notice * +# * appear in the supporting documentation. The authors make no claims * +# * about the suitability of this software for any purpose. It is * +# * provided "as is" without express or implied warranty. * +# ************************************************************************** + +add_subdirectory(Tender) +add_subdirectory(TenderSupplies) + +message(STATUS "TENDER enabled")