Skip to content
Snippets Groups Projects
Commit ae2e4d17 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Locate and use VDT

parent 0ff9778d
No related branches found
No related tags found
1 merge request!61Release of v106r2
......@@ -4,6 +4,7 @@ gaudi_depends_on_subdirs(Geant4/G4config)
gaudi_depends_on_subdirs(LHCbG4PhysLists)
find_package(CLHEP REQUIRED)
find_package(VDT REQUIRED)
include_directories(SYSTEM ${CMAKE_INSTALL_PREFIX}/include ${CLHEP_INCLUDE_DIRS})
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
......@@ -24,7 +25,7 @@ set(Geant4_LIBRARIES
gaudi_add_executable(G4HadronicXSectionsTest
G4HadronicXSectionsTest.cc src/*.cc
INCLUDE_DIRS include CLHEP
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP)
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP VDT)
add_dependencies(G4HadronicXSectionsTest Geant4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment