diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-16 20:39:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-16 20:39:17 +0300 |
commit | 1835588f29ba1e304a225f3f37f7ae7be85bad16 (patch) | |
tree | f3f4ff0c6652cd5a58746bdc0123d8db786ffd97 /src/CMakeLists.txt | |
parent | 3bc086323f5d81011b6ecb628afabaad881f5741 (diff) | |
download | plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.tar.gz plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.tar.bz2 plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.tar.xz plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.zip |
Add mobileopenglscreenshothelper.
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 b04034add..9b5f58718 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -668,6 +668,8 @@ SET(SRCS enums/resources/map/mapitemtype.h resources/mapreader.cpp resources/mapreader.h + resources/mobileopenglscreenshothelper.cpp + resources/mobileopenglscreenshothelper.h resources/modinfo.cpp resources/modinfo.h resources/mstack.h |