]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/CMakeLists.txt
ed125b29f3d5bd508ac5231b858792ff617cf63f
[u/mrichter/AliRoot.git] / JETAN / CMakeLists.txt
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 # **************************************************************************
15
16 add_subdirectory(JETAN)
17 if(FASTJET_FOUND)
18     message(STATUS "FastJet found. Enabling FASTJETAN")
19     add_subdirectory(FASTJETAN)
20 endif(FASTJET_FOUND)
21
22 # Installing the macros
23 install(DIRECTORY macros DESTINATION JETAN)
24
25 message(STATUS "JETAN enabled")