From 5cd5a2468b68c5d4ceb7fca91dc055bba72c1160 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 19 Jan 2015 22:15:59 -0500 Subject: [PATCH] Change tmux-mem-cpu-load extension to .cc for consistency. --- CMakeLists.txt | 2 +- tmux-mem-cpu-load.cpp => tmux-mem-cpu-load.cc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tmux-mem-cpu-load.cpp => tmux-mem-cpu-load.cc (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 111080e..d7686a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ else() endif() # set common source files -set(COMMON_SOURCES "tmux-mem-cpu-load.cpp" "graph.cc") +set(COMMON_SOURCES "tmux-mem-cpu-load.cc" "graph.cc") # add binary tree so we find version.h include_directories("${PROJECT_BINARY_DIR}") diff --git a/tmux-mem-cpu-load.cpp b/tmux-mem-cpu-load.cc similarity index 100% rename from tmux-mem-cpu-load.cpp rename to tmux-mem-cpu-load.cc