diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 00:59:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 00:59:00 +0300 |
commit | 38e782f30d15a0fceabf863e40ffe66124cef8a8 (patch) | |
tree | 360d96948ddef2d4c506d8e4760be24de89a7dd2 /src/CMakeLists.txt | |
parent | b5ffd5541fabee632acc2979d9dafc84e60aa3d8 (diff) | |
download | plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.tar.gz plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.tar.bz2 plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.tar.xz plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.zip |
Move touchmanager into touch directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c07b1d2c3..4ea2407af 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1195,8 +1195,8 @@ SET(SRCS resources/map/tileset.h touchactions.cpp touchactions.h - touchmanager.cpp - touchmanager.h + input/touch/touchmanager.cpp + input/touch/touchmanager.h units.cpp units.h variabledata.h |