summaryrefslogtreecommitdiffstats
path: root/lib/lib.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.gyp')
-rw-r--r--lib/lib.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/lib.gyp b/lib/lib.gyp
new file mode 100644
index 000000000..0f4442f96
--- /dev/null
+++ b/lib/lib.gyp
@@ -0,0 +1,13 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'blinq',
+ 'type': 'shared_library',
+ 'includes': [
+ '../blinq.gypi',
+ ],
+ 'sources': [
+ ],
+ },
+ ],
+}