diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c1af46..48861a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ else() endif() # set common source files -set(COMMON_SOURCES "common/tmux-mem-cpu-load.cc" "common/graph.cc") +set(COMMON_SOURCES "common/main.cc" "common/graph.cc") # add binary tree so we find version.h include_directories("${PROJECT_BINARY_DIR}") diff --git a/common/tmux-mem-cpu-load.cc b/common/main.cc similarity index 100% rename from common/tmux-mem-cpu-load.cc rename to common/main.cc