aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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