Revision 97a60acdd45d34e5b666c40d32f87095ce2eef14 authored by Axel Naumann on 10 October 2023, 07:37:39 UTC, committed by Axel Naumann on 10 October 2023, 07:37:39 UTC
1 parent 61f97fd
Raw File
CMakeLists.txt
# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
# All rights reserved.
#
# For the licensing terms see $ROOTSYS/LICENSE.
# For the list of contributors see $ROOTSYS/README/CREDITS.

add_subdirectory(batchcompute)
if (roofit_multiprocess)
  add_subdirectory(roofitZMQ)
  add_subdirectory(multiprocess)
endif()
add_subdirectory(roofitcore)
add_subdirectory(roofit)
if(mathmore)
  add_subdirectory(roofitmore)
endif()
add_subdirectory(roostats)
add_subdirectory(histfactory)
add_subdirectory(RDataFrameHelpers)
add_subdirectory(jsoninterface)
add_subdirectory(hs3)
if(NOT MSVC)
  add_subdirectory(xroofit)
endif()
if(cuda)
  add_subdirectory(roofitcuda)
endif()
back to top