/[PAMELA software]/PamUnfold/CMakeFiles/root.cmake
ViewVC logotype

Contents of /PamUnfold/CMakeFiles/root.cmake

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Aug 30 16:51:05 2018 UTC (6 years, 3 months ago) by mayorov
Branch: MAIN
CVS Tags: PU1r1, HEAD
PamUnfold was upload to CVS

1 #root.cmake
2 #
3 # Created on: Oct 11, 2010
4 # Author: Vannuccini Elena
5
6
7
8 set(ROOTLIBS
9 Core
10 Cint
11 RIO
12 Net
13 Hist
14 Graf
15 Graf3d
16 Gpad
17 Tree
18 Rint
19 Postscript
20 Matrix
21 Physics
22 MathCore
23 Thread
24 m
25 dl)
26
27 find_path(ROOT_INCLUDE_DIR TObject.h $ENV{ROOTSYS}/include $ENV{ROOTSYS}/include/root $ENV{ROOTSYS}/inc $ENV{ROOTSYS}/inc/root)
28 include_directories(${ROOT_INCLUDE_DIR})
29 find_path(ROOT_LIB libCore.so $ENV{ROOTSYS}/lib $ENV{ROOTSYS}/lib/root)
30 link_directories(${ROOT_LIB})

  ViewVC Help
Powered by ViewVC 1.1.23