Revision e1e22198f55729f46f81f5274022e287e405ce57 authored by Axel Naumann on 10 January 2020, 11:51:51 UTC, committed by Axel Naumann on 10 January 2020, 11:51:51 UTC
1 parent 103b9a4
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.

if(python)
  if(NOT pyroot_experimental)
    add_subdirectory(pyroot)
  else()
    add_subdirectory(pyroot_experimental)
    add_subdirectory(tpython)
    add_subdirectory(jupyroot)
    add_subdirectory(jsmva)
  endif()
endif()

if(r)
  add_subdirectory(r)
endif()
back to top