diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..a0115b1 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,11 @@ +set(COMPONENT_SRCDIRS + "src" + "src/aes" + "src/hal" + "src/lmic" +) +set(COMPONENT_ADD_INCLUDEDIRS + "include" +) + +register_component()