swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 18b4f317b389fa7931d7eb8e00525f4dca44be0f authored by Axel Naumann on 08 May 2023, 02:27:26 UTC
"Update ROOT version files to v6.28/04."
Tip revision: 18b4f31
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(eg)
if(pythia6)
  add_subdirectory(pythia6)
endif()
if(pythia8)
  add_subdirectory(pythia8)
endif()
back to top