]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/CMakeLists.txt
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / JETAN / CMakeLists.txt
CommitLineData
772834e9 1# **************************************************************************
2# * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
3# * *
4# * Author: The ALICE Off-line Project. *
5# * Contributors are mentioned in the code where appropriate. *
6# * *
7# * Permission to use, copy, modify and distribute this software and its *
8# * documentation strictly for non-commercial purposes is hereby granted *
9# * without fee, provided that the above copyright notice appears in all *
10# * copies and that both the copyright notice and this permission notice *
11# * appear in the supporting documentation. The authors make no claims *
12# * about the suitability of this software for any purpose. It is *
13# * provided "as is" without express or implied warranty. *
14# **************************************************************************
6d839a5c 15
772834e9 16add_subdirectory(JETAN)
17if(FASTJET_FOUND)
18 message(STATUS "FastJet found. Enabling FASTJETAN")
f88804ed 19 add_subdirectory(FASTJETAN)
772834e9 20endif(FASTJET_FOUND)
6d839a5c 21
772834e9 22# Installing the macros
23install(DIRECTORY macros DESTINATION JETAN)
86bd2946 24
772834e9 25message(STATUS "JETAN enabled")