Skip to content
Snippets Groups Projects
Unverified Commit f88f7333 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Update CMakeLists.txt

parent 91bc9024
No related branches found
No related tags found
No related merge requests found
gaudi_subdir(Tracking v0r0)
find_package(CLHEP REQUIRED)
find_package(GEAR REQUIRED)
find_package(GSL REQUIRED )
find_package(LCIO REQUIRED )
......@@ -19,5 +18,5 @@ set(Tracking_srcs
# Modules
gaudi_add_module(Tracking ${Tracking_srcs}
INCLUDE_DIRS GaudiKernel FWCore CLHEP gear ${GSL_INCLUDE_DIRS} ${LCIO_INCLUDE_DIRS}
LINK_LIBRARIES GaudiKernel FWCore CLHEP $ENV{GEAR}/lib/libgearsurf.so ${GSL_LIBRARIES} ${LCIO_LIBRARIES} TrackSystemSvcLib
LINK_LIBRARIES GaudiKernel FWCore CLHEP ${GEAR_LIBRARIES} ${GSL_LIBRARIES} ${LCIO_LIBRARIES} TrackSystemSvcLib
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment