blob: 2c6dc10b893469bff469030415086253c4839817 [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",
]
}