Skip to content
Snippets Groups Projects
Commit 6e480eaa authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

graf2d/graf: do not use file globbing

parent 43403ff2
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,92 @@ ...@@ -6,6 +6,92 @@
include_directories(${FREETYPE_INCLUDE_DIRS}) include_directories(${FREETYPE_INCLUDE_DIRS})
ROOT_STANDARD_LIBRARY_PACKAGE(Graf ROOT_STANDARD_LIBRARY_PACKAGE(Graf
DICTIONARY_OPTIONS "-writeEmptyRootPCM" HEADERS
LIBRARIES ${FREETYPE_LIBRARIES} ZLIB::ZLIB mathtext TArc.h
DEPENDENCIES Hist Matrix MathCore RIO BUILTINS FREETYPE) TArrow.h
TAttImage.h
TBox.h
TCandle.h
TCrown.h
TCurlyArc.h
TCurlyLine.h
TCutG.h
TDiamond.h
TEllipse.h
TFrame.h
TGaxis.h
TGraphPolar.h
TGraphPolargram.h
TGraphQQ.h
TImage.h
TImagePlugin.h
TLatex.h
TLegend.h
TLegendEntry.h
TLine.h
TLink.h
TMarker.h
TMathText.h
TPave.h
TPaveLabel.h
TPaveStats.h
TPaveText.h
TPavesText.h
TPie.h
TPieSlice.h
TPoints.h
TPolyLine.h
TTF.h
TText.h
TWbox.h
SOURCES
src/TArc.cxx
src/TArrow.cxx
src/TAttImage.cxx
src/TBox.cxx
src/TCandle.cxx
src/TCrown.cxx
src/TCurlyArc.cxx
src/TCurlyLine.cxx
src/TCutG.cxx
src/TDiamond.cxx
src/TEllipse.cxx
src/TFrame.cxx
src/TGaxis.cxx
src/TGraphPolar.cxx
src/TGraphPolargram.cxx
src/TGraphQQ.cxx
src/TImage.cxx
src/TLatex.cxx
src/TLegend.cxx
src/TLegendEntry.cxx
src/TLine.cxx
src/TLink.cxx
src/TMarker.cxx
src/TMathText.cxx
src/TPave.cxx
src/TPaveLabel.cxx
src/TPaveStats.cxx
src/TPaveText.cxx
src/TPavesText.cxx
src/TPie.cxx
src/TPieSlice.cxx
src/TPoints.cxx
src/TPolyLine.cxx
src/TTF.cxx
src/TText.cxx
src/TWbox.cxx
DICTIONARY_OPTIONS
-writeEmptyRootPCM
LIBRARIES
${FREETYPE_LIBRARIES}
ZLIB::ZLIB
mathtext
DEPENDENCIES
Hist
Matrix
MathCore
RIO
BUILTINS
FREETYPE
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment