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