From 68ab061cb4891f71da52fa0876538f4045444506 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 20 Jan 2015 08:05:28 -0500 Subject: [PATCH] Rename tmux-mem-cpu-load.cc to main.cc. --- CMakeLists.txt | 2 +- common/{tmux-mem-cpu-load.cc => main.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename common/{tmux-mem-cpu-load.cc => main.cc} (100%) 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