diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 20:30:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 20:30:08 +0300 |
commit | f59b0da2f59aff64802e0211ceaa67e50e85e05c (patch) | |
tree | 9f3f198827b5a5209bfa2bd154c7b79c7f53bc33 /src/CMakeLists.txt | |
parent | 6bedc289455528fe609f492cd9f1a0c352d981bb (diff) | |
download | plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.tar.gz plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.tar.bz2 plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.tar.xz plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.zip |
Move target 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 1850702d7..b452aa63e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -724,6 +724,8 @@ SET(SRCS actions/statusbar.h actions/tabs.cpp actions/tabs.h + actions/target.cpp + actions/target.h actions/windows.cpp actions/windows.h being/actor.cpp |