diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..6d71551d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +add_library(littlefs) + +target_sources(littlefs PUBLIC + lfs.c + lfs_util.c) + +target_include_directories(littlefs PUBLIC + .) \ No newline at end of file