worked on FAT32 stuff

This commit is contained in:
2021-02-21 09:33:08 +01:00
parent da12992ae8
commit 4ac72c678f
13 changed files with 494 additions and 148 deletions

View File

@@ -38,6 +38,7 @@ ADD_DEFINITIONS(
-Warray-bounds
-fstack-protector-all
-DWITH_LOG
-g
-O0
@@ -65,6 +66,7 @@ ADD_EXECUTABLE(
TARGET_LINK_LIBRARIES(
${PROJECT_NAME}
gtest
fmt
# pthread
${EXTRA_LIBS}
)