Skip to content
Snippets Groups Projects
Commit 95afae85 authored by Sergey Linev's avatar Sergey Linev Committed by Olivier Couet
Browse files

webgui: simplify makefiles

parent 44810924
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
# CMakeLists.txt file for building ROOT gui/canvaspainter package
############################################################################
set(libname ROOTCanvasPainter)
ROOT_GLOB_SOURCES(sources v7/src/*.cxx)
ROOT_LINKER_LIBRARY(${libname} ${sources} DEPENDENCIES ROOTGpadv7 RHTTP ROOTWebDisplay)
ROOT_LINKER_LIBRARY(ROOTCanvasPainter ${sources} DEPENDENCIES ROOTGpadv7 RHTTP ROOTWebDisplay)
......@@ -2,7 +2,7 @@
# CMakeLists.txt file for building ROOT gui/fitpanelv7
############################################################################
ROOT_GLOB_HEADERS(FitPanelv7_headers ${CMAKE_CURRENT_SOURCE_DIR}/inc/ROOT/T*.hxx)
ROOT_GLOB_HEADERS(FitPanelv7_headers inc/ROOT/T*.hxx)
ROOT_STANDARD_LIBRARY_PACKAGE(ROOTFitPanelv7
HEADERS ${FitPanelv7_headers}
......
......@@ -2,7 +2,7 @@
# CMakeLists.txt file for building ROOT gui/canvaspainter package
############################################################################
ROOT_GLOB_HEADERS(WebDisplay_headers ${CMAKE_CURRENT_SOURCE_DIR}/inc/ROOT/T*.hxx)
ROOT_GLOB_HEADERS(WebDisplay_headers inc/ROOT/T*.hxx)
ROOT_STANDARD_LIBRARY_PACKAGE(ROOTWebDisplay
HEADERS ${WebDisplay_headers}
......
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