summaryrefslogtreecommitdiff
path: root/Component.cdef
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2017-11-02 13:31:10 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2017-11-02 13:31:10 -0700
commit8da14bb29ef8f8a969f9615a64409ba5a98ac442 (patch)
tree495c4d0bbcf8bf600d65f03545edb0908f080ffd /Component.cdef
Initial commit
Diffstat (limited to 'Component.cdef')
-rw-r--r--Component.cdef18
1 files changed, 18 insertions, 0 deletions
diff --git a/Component.cdef b/Component.cdef
new file mode 100644
index 0000000..9c3d8ca
--- /dev/null
+++ b/Component.cdef
@@ -0,0 +1,18 @@
+cflags:
+{
+ -std=c99
+}
+
+requires:
+{
+ api:
+ {}
+
+ component:
+ {}
+}
+
+sources:
+{
+ camera.c
+}