Change tmux-mem-cpu-load extension to .cc for consistency.

This commit is contained in:
Matt McCormick 2015-01-19 22:15:59 -05:00
parent 05d226964a
commit 5cd5a2468b
2 changed files with 1 additions and 1 deletions

@ -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}")