mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
Rename tmux-mem-cpu-load.cc to main.cc.
This commit is contained in:
parent
9498e06ac4
commit
68ab061cb4
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue