diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-11-02 13:31:10 -0700 |
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-11-02 13:31:10 -0700 |
| commit | 8da14bb29ef8f8a969f9615a64409ba5a98ac442 (patch) | |
| tree | 495c4d0bbcf8bf600d65f03545edb0908f080ffd /Component.cdef | |
Initial commit
Diffstat (limited to 'Component.cdef')
| -rw-r--r-- | Component.cdef | 18 |
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 +} |
