aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-02-15 18:03:00 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-02-15 18:03:00 -0500
commit197b8c19d3b9cb947e1ea3a64a5634164a59d2e3 (patch)
treece34a14ae1174dfa1c351c0540ddea5eec49a565 /CMakeLists.txt
parent6ab5be5cf5f8ce444167be57ab0ab23e4e3086c0 (diff)
downloadmstat-197b8c19d3b9cb947e1ea3a64a5634164a59d2e3.tar.gz
Add gnuplot
Diffstat (limited to 'CMakeLists.txt')
-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