Skip to content
Snippets Groups Projects
Commit a244d714 authored by Felix Weiglhofer's avatar Felix Weiglhofer Committed by Florian Uhlig
Browse files

external: Add xpu library.

parent 79b3aeef
No related branches found
No related tags found
1 merge request!795external: Add xpu library.
Pipeline #16897 passed
...@@ -35,6 +35,17 @@ if(DOWNLOAD_EXTERNALS) ...@@ -35,6 +35,17 @@ if(DOWNLOAD_EXTERNALS)
set(KF_DEPENDS_ON "") set(KF_DEPENDS_ON "")
endif() endif()
download_project_if_needed(PROJECT xpu
GIT_REPOSITORY "https://git.cbm.gsi.de/fweig/xpu.git"
GIT_TAG "v0.6.4"
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/xpu
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
)
Add_Subdirectory(xpu)
Include(InstallKFParticle.cmake) Include(InstallKFParticle.cmake)
Include(InstallNicaFemto.cmake) Include(InstallNicaFemto.cmake)
Include(InstallAnalysisTree.cmake) Include(InstallAnalysisTree.cmake)
......
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