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

WIP: migrate KiTrack.

parent 9f39b1f8
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 1 deletion
add_subdirectory(DataHelper) add_subdirectory(DataHelper)
add_subdirectory(KalTest) add_subdirectory(KalTest)
add_subdirectory(KalDet) add_subdirectory(KalDet)
# add_subdirectory(KiTrack) add_subdirectory(KiTrack)
...@@ -76,3 +76,13 @@ gaudi_add_library(KiTrackLib ...@@ -76,3 +76,13 @@ gaudi_add_library(KiTrackLib
EDM4HEP::edm4hep EDM4HEP::edm4hep
${LCIO_LIBRARIES} ${LCIO_LIBRARIES}
) )
target_include_directories(KiTrackLib PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/src>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
install(TARGETS KiTrackLib
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