diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-02-15 18:03:00 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-02-15 18:03:00 -0500 |
commit | 197b8c19d3b9cb947e1ea3a64a5634164a59d2e3 (patch) | |
tree | ce34a14ae1174dfa1c351c0540ddea5eec49a565 /CMakeLists.txt | |
parent | 6ab5be5cf5f8ce444167be57ab0ab23e4e3086c0 (diff) | |
download | mstat-197b8c19d3b9cb947e1ea3a64a5634164a59d2e3.tar.gz |
Add gnuplot
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |