Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sbncode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ add_subdirectory(GeometryTools)
add_subdirectory(CosmicID)
add_subdirectory(DetSim)
add_subdirectory(Cluster3D)
add_subdirectory(WireMod)
add_subdirectory(HitFinder)

# Supera
Expand Down
1 change: 1 addition & 0 deletions sbncode/WireMod/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(Utility)
45 changes: 45 additions & 0 deletions sbncode/WireMod/Utility/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
cet_make_library(
LIBRARY_NAME
sbncode_WireMod_Utility

SOURCE
WireModUtility.cc

LIBRARIES
${ART_FRAMEWORK_CORE}
${MF_MESSAGELOGGER}
${Boost_SYSTEM_LIBRARY}
${ROOT_BASIC_LIB_LIST}
${ROOT_HIST}
art_root_io::TFileService_service
larcorealg::Geometry
larcore::Geometry_Geometry_service
lardataobj::AnalysisBase
lardataobj::RawData
lardataobj::RecoBase
lardataalg::DetectorInfo
lardata::RecoObjects
lardata::Utilities
larreco::RecoAlg
${LARRECO_LIB}
${LARDATA_LIB}
${ART_FRAMEWORK_CORE}
${ART_FRAMEWORK_PRINCIPAL}
${ART_FRAMEWORK_SERVICES_REGISTRY}
${ART_FRAMEWORK_SERVICES_OPTIONAL}
${ART_FRAMEWORK_SERVICES_OPTIONAL_RANDOMNUMBERGENERATOR_SERVICE}
${ART_FRAMEWORK_SERVICES_OPTIONAL_TFILESERVICE_SERVICE}
${MF_MESSAGELOGGER}
${FHICLCPP}
${CLHEP}
${ROOT_GEOM}
${ROOT_XMLIO}
${ROOT_GDML}
${ROOT_BASIC_LIB_LIST}
${ROOT_HIST}
BASENAME_ONLY
)

install_headers()
install_source()

Loading