summaryrefslogtreecommitdiffstats
path: root/process/process.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'process/process.gyp')
-rw-r--r--process/process.gyp14
1 files changed, 14 insertions, 0 deletions
diff --git a/process/process.gyp b/process/process.gyp
new file mode 100644
index 000000000..c055c2e9f
--- /dev/null
+++ b/process/process.gyp
@@ -0,0 +1,14 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'blinq_process',
+ 'type': 'executable',
+ 'includes': [
+ '../blinq.gypi',
+ ],
+ 'sources': [
+ 'main.cpp',
+ ],
+ },
+ ],
+}