Revision a25ba7ccbd04c7d4f828298feeee4cb189c0ac18 authored by Danilo Piparo on 30 January 2024, 08:13:32 UTC, committed by Danilo Piparo on 30 January 2024, 08:13:32 UTC
1 parent 2c56d61
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(hist)             # special CMakeLists.txt
add_subdirectory(histpainter)      # special CMakeLists.txt
if(root7)
   add_subdirectory(histv7)         # special CMakeLists.txt
   add_subdirectory(histdrawv7)     # special CMakeLists.txt
endif()
if (spectrum)
   add_subdirectory(spectrum)
   add_subdirectory(spectrumpainter)  # special CMakeLists.txt
endif()
if(xml)
  add_subdirectory(unfold)
endif()
if(CMAKE_Fortran_COMPILER)
  add_subdirectory(hbook)
endif()
back to top