diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:56:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:56:18 +0300 |
commit | 79e280817b91f4e9b67cc42a8abf5c49243f56a5 (patch) | |
tree | 3e159883582184e7e0eaf92db943798b58caac9a /src/CMakeLists.txt | |
parent | 2c1130c1a8acb1c3df42ba904589d01b6a459017 (diff) | |
download | plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.gz plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.bz2 plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.xz plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.zip |
Move tabs related actions into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 75c5d3755..df29db9ac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -720,6 +720,8 @@ SET(SRCS actions/chat.h actions/move.cpp actions/move.h + actions/tabs.cpp + actions/tabs.h actions/windows.cpp actions/windows.h being/actor.cpp |