Skip to content
Snippets Groups Projects

Gitlab CI integration and performance benchmarks

Merged Daniel Hugo Campora Perez requested to merge dcampora_rainer_plot_axis into master
3 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -11,7 +11,7 @@ include_directories(${ROOT_INCLUDE_DIRS})
file(GLOB pv_checker_sources "src/*cpp")
add_library(PVChecking SHARED
add_library(PVChecking STATIC
${pv_checker_sources}
)
Loading