reorganization of sources, moving cmt pertaining structures into HEP folder
This commit is contained in:
22
src/Vtk/HEP/Detectors/CMakeLists.txt
Normal file
22
src/Vtk/HEP/Detectors/CMakeLists.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
################################################################################
|
||||
##### Vtk/HEP/Detectors - VTK wrappers for HEP Detectors objects ##############
|
||||
################################################################################
|
||||
|
||||
## Sources and headers are exported to parent scope so they get compiled
|
||||
## into the single mutomVtk shared library.
|
||||
|
||||
set(HEP_DETECTORS_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vtkMuonScatter.cxx
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vtkMuonEvent.cxx
|
||||
PARENT_SCOPE)
|
||||
|
||||
set(HEP_DETECTORS_HEADERS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vtkMuonScatter.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/vtkMuonEvent.h
|
||||
PARENT_SCOPE)
|
||||
|
||||
if(BUILD_TESTING)
|
||||
include(uLibTargetMacros)
|
||||
add_subdirectory(testing)
|
||||
endif()
|
||||
Reference in New Issue
Block a user