Revision a9883544d0c6185704ec19bb983164b1decc8cd2 authored by Simon Spies on 14 January 2020, 15:46:48 UTC, committed by Olivier Couet on 21 January 2020, 09:08:32 UTC
* [hist] Formatted the files realted to TGraphMultiErrors accoding to ROOTs formatting rules

* [hist] Corrected extremly unlikely memory leak Travis-CI warned about.

Corrected extremly unlikely memory leak Travis-CI warned about in the drawing method of TGraphMultiErrors.
1 parent e8eb836
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.

############################################################################
# CMakeLists.txt file for building ROOT gui/browserv7
############################################################################

ROOT_STANDARD_LIBRARY_PACKAGE(ROOTBrowserv7
  HEADERS
    ROOT/RBrowsable.hxx
    ROOT/RBrowsableSysFile.hxx
    ROOT/RBrowsableTObject.hxx
    ROOT/RBrowsableTDirectory.hxx
    ROOT/RBrowserItem.hxx
    ROOT/RDrawableProvider.hxx
    ROOT/RBrowser.hxx
    ROOT/RFileDialog.hxx
  SOURCES
    src/RBrowsable.cxx
    src/RBrowsableSysFile.cxx
    src/RBrowsableTObject.cxx
    src/RBrowsableTDirectory.cxx
    src/RDrawableProvider.cxx
    src/RDrawableRHist.cxx
    src/RBrowser.cxx
    src/RFileDialog.cxx
  DEPENDENCIES
    ROOTWebDisplay
    RIO
    Gpad
    WebGui6
    Tree
    ROOTGpadv7
    ROOTHistDraw
)
back to top