Rename tmux-mem-cpu-load.cc to main.cc.

This commit is contained in:
Matt McCormick 2015-01-20 08:05:28 -05:00
parent 9498e06ac4
commit 68ab061cb4
2 changed files with 1 additions and 1 deletions

@ -77,7 +77,7 @@ else()
endif() endif()
# set common source files # 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 # add binary tree so we find version.h
include_directories("${PROJECT_BINARY_DIR}") include_directories("${PROJECT_BINARY_DIR}")