Skip to content
Snippets Groups Projects
Commit 87d734f8 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Add Geant4 include directories to GeoSpecialShapes makefile

parent 5534e717
No related branches found
No related tags found
1 merge request!3Remove clhep dependency
Pipeline #1710507 failed
...@@ -24,7 +24,7 @@ target_link_libraries( GeoSpecialShapes PUBLIC ...@@ -24,7 +24,7 @@ target_link_libraries( GeoSpecialShapes PUBLIC
PRIVATE GeoModelCore::GeoModelKernel ${Geant4_LIBRARIES}) PRIVATE GeoModelCore::GeoModelKernel ${Geant4_LIBRARIES})
target_include_directories( GeoSpecialShapes PUBLIC target_include_directories( GeoSpecialShapes PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include> ) $<INSTALL_INTERFACE:include> ${GEANT4_INCLUDE_DIRS})
source_group( "GeoSpecialShapes" FILES ${HEADERS} ) source_group( "GeoSpecialShapes" FILES ${HEADERS} )
source_group( "src" FILES ${SOURCES} ) source_group( "src" FILES ${SOURCES} )
set_target_properties( GeoSpecialShapes PROPERTIES set_target_properties( GeoSpecialShapes PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment