blob: 36b7562084918f85ee6007f1f9f7ef951bd21e35 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("all") {
deps = [ ":userspace_touchpad" ]
}
executable("userspace_touchpad") {
sources = [
"i2c-device.cc",
"main.cc",
"touch_emulator.cc",
"uinputdevice.cc",
]
}