-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
34 lines (31 loc) · 840 Bytes
/
CMakeLists.txt
File metadata and controls
34 lines (31 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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/fitpanel package
############################################################################
ROOT_STANDARD_LIBRARY_PACKAGE(FitPanel
HEADERS
TAdvancedGraphicsDialog.h
TFitEditor.h
TFitParametersDialog.h
TTreeInput.h
SOURCES
src/TAdvancedGraphicsDialog.cxx
src/TFitEditor.cxx
src/TFitParametersDialog.cxx
src/TTreeInput.cxx
DICTIONARY_OPTIONS
-writeEmptyRootPCM
DEPENDENCIES
Gpad
Graf
Gui
Hist
MathCore
Tree
TreePlayer
)
ROOT_ADD_TEST_SUBDIRECTORY(test)