forked from AliceO2Group/AliceO2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
41 lines (35 loc) · 689 Bytes
/
Copy pathCMakeLists.txt
File metadata and controls
41 lines (35 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
set(INCLUDE_DIRECTORIES
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/its
${CMAKE_SOURCE_DIR}/header
${BASE_INCLUDE_DIRECTORIES}
${Boost_INCLUDE_DIRS}
${FAIRROOT_INCLUDE_DIR}
${AlFa_DIR}/include
${ROOT_INCLUDE_DIR}
)
include_directories( ${INCLUDE_DIRECTORIES})
set(LINK_DIRECTORIES
${ROOT_LIBRARY_DIR}
${FAIRROOT_LIBRARY_DIR}
)
link_directories( ${LINK_DIRECTORIES})
set(SRCS
UpgradeGeometryTGeo.cxx
V11Geometry.cxx
UpgradeV1Layer.cxx
Segmentation.cxx
UpgradeSegmentationPixel.cxx
GeometryManager.cxx
Detector.cxx
ContainerFactory.cxx
GeometryHandler.cxx
MisalignmentParameter.cxx
Point.cxx
)
Set(LINKDEF itsLinkDef.h)
Set(LIBRARY_NAME its)
Set(DEPENDENCIES
Base
)
GENERATE_LIBRARY()