aboutsummaryrefslogtreecommitdiff
path: root/examples/daemon/ledflasher/daemon.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/daemon/ledflasher/daemon.gyp')
-rw-r--r--examples/daemon/ledflasher/daemon.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/daemon/ledflasher/daemon.gyp b/examples/daemon/ledflasher/daemon.gyp
new file mode 100644
index 0000000..5abfcd6
--- /dev/null
+++ b/examples/daemon/ledflasher/daemon.gyp
@@ -0,0 +1,18 @@
+# Copyright 2015 The Weave Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ 'target_name': 'weave_daemon_ledflasher',
+ 'type': 'executable',
+ 'sources': [
+ 'ledflasher.cc',
+ ],
+ 'dependencies': [
+ '<@(DEPTH)/libweave_standalone.gyp:libweave',
+ '<@(DEPTH)/examples/provider/provider.gyp:libweave_provider',
+ ]
+ }
+ ]
+}