~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/common/input/android/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
Import upstream version 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright © 2012 Canonical Ltd.
2
 
#
3
 
# This program is free software: you can redistribute it and/or modify
4
 
# it under the terms of the GNU Lesser General Public License version 3 as
5
 
# published by the Free Software Foundation.
6
 
#
7
 
# This program is distributed in the hope that it will be useful,
8
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
 
# GNU Lesser General Public License for more details.
11
 
#
12
 
# You should have received a copy of the GNU Lesser General Public License
13
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
14
 
#
15
 
# Authored by: Robert Carr <robert.carr@canonical.com>
16
 
 
17
 
list(
18
 
  APPEND ANDROID_SHARED_INPUT_SOURCES
19
 
  ${CMAKE_CURRENT_SOURCE_DIR}/android_input_lexicon.cpp
20
 
  ${CMAKE_CURRENT_SOURCE_DIR}/android_input_receiver.cpp
21
 
  ${CMAKE_CURRENT_SOURCE_DIR}/android_input_receiver_thread.cpp
22
 
  ${CMAKE_CURRENT_SOURCE_DIR}/android_input_platform.cpp
23
 
)
24
 
 
25
 
set(ANDROID_SHARED_INPUT_SOURCES ${ANDROID_SHARED_INPUT_SOURCES} PARENT_SCOPE)