From 197b8c19d3b9cb947e1ea3a64a5634164a59d2e3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Feb 2023 18:03:00 -0500 Subject: Add gnuplot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8068760..bb9d92b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(GNUInstallDirs) set(CMAKE_C_STANDARD 99) add_executable(mstat mstat.c common.c) -add_executable(mstat_plot mstat_plot.c common.c) +add_executable(mstat_plot mstat_plot.c common.c gnuplot.c gnuplot.h) add_executable(mstat_export mstat_export.c common.c) install(TARGETS mstat mstat_plot mstat_export -- cgit