diff options
Diffstat (limited to 'components/qrcode/CMakeLists.txt')
| -rw-r--r-- | components/qrcode/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/qrcode/CMakeLists.txt b/components/qrcode/CMakeLists.txt new file mode 100644 index 0000000..347aeed --- /dev/null +++ b/components/qrcode/CMakeLists.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | idf_component_register(SRCS "qrcoded.c" | ||
| 2 | INCLUDE_DIRS "include") | ||