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

WIP: migrate DetInterface.

parent b86c40a3
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,4 @@ if(NOT CMAKE_CXX_STANDARD MATCHES "14|17")
endif()
add_subdirectory(Analysis)
add_subdirectory(Detector)
# add_subdirectory(DetCEPCv4)
# add_subdirectory(DetCRD)
# add_subdirectory(DetDriftChamber)
# add_subdirectory(DetEcalMatrix)
add_subdirectory(DetInterface)
# add_subdirectory(DetSegmentation)
# add_subdirectory(GeomSvc)
################################################################################
# Package: DetInterface
################################################################################
gaudi_subdir(DetInterface v1r0)
gaudi_depends_on_subdirs(GaudiKernel)
gaudi_add_header_only_library(DetInterface)
gaudi_install_headers(DetInterface)
install(TARGETS DetInterface
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev)
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