Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion root/roofit/roofit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
RB_ADD_GBENCHMARK(RoofitBenchmarks
RB_ADD_GBENCHMARK(RoofitBinnedBenchmark
RooFitBinnedBenchmarks.cxx
LABEL short
LIBRARIES Core Hist MathCore RIO RooFit RooStats RooFitCore HistFactory)

RB_ADD_GBENCHMARK(RoofitUnBinnedBenchmark
RooFitUnBinnedBenchmarks.cxx
LIBRARIES Core Hist MathCore RIO RooFit RooStats RooFitCore HistFactory)
Loading