File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,11 @@ o2_add_library(ITStracking
3535 O2::ITSReconstruction
3636 O2::ITSMFTReconstruction
3737 O2::DataFormatsITS
38- O2::ITSMFTTrackingAllocation
38+ O2::ITSMFTTracking
3939 PRIVATE_LINK_LIBRARIES
4040 O2::Steer
4141 TBB::tbb )
4242
43- target_include_directories (${targetName} PUBLIC
44- $<BUILD_INTERFACE :${CMAKE_SOURCE_DIR } /Detectors /ITSMFT /common /tracking /include >
45- $<INSTALL_INTERFACE :include >)
4643# target_compile_options(${targetName} PRIVATE -O0 -g -fPIC -fno-omit-frame-pointer)
4744
4845o2_add_library (ITSTrackingInterface
Original file line number Diff line number Diff line change 99# granted to it by virtue of its status as an Intergovernmental Organization
1010# or submit itself to any jurisdiction.
1111
12- o2_add_library (ITSMFTTrackingAllocation
12+ o2_add_library (ITSMFTTracking
1313 SOURCES src/BoundedAllocator.cxx
1414 src/CapacityEstimator.cxx
1515 src/SlabBumpAllocator.cxx
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ o2_add_test(slabbumpallocator
1414 COMPONENT_NAME itsmft-tracking
1515 LABELS "itsmft;tracking"
1616 PUBLIC_LINK_LIBRARIES O2::GPUCommon
17- O2::ITSMFTTrackingAllocation
17+ O2::ITSMFTTracking
1818 TBB::tbb )
1919
2020o2_add_test (boundedmemoryresource
2121 SOURCES testBoundedMemoryResource.cxx
2222 COMPONENT_NAME itsmft-tracking
2323 LABELS "itsmft;tracking"
24- PUBLIC_LINK_LIBRARIES O2::ITSMFTTrackingAllocation )
24+ PUBLIC_LINK_LIBRARIES O2::ITSMFTTracking )
You can’t perform that action at this time.
0 commit comments