added ftdi on linux

This commit is contained in:
François Dausseur
2025-02-12 12:37:38 +01:00
parent b6775ae680
commit a8e7599b96
13 changed files with 315 additions and 92 deletions

View File

@@ -1,8 +1,10 @@
file(GLOB_RECURSE ALL_SOURCES "src/*.c")
# Application configuration
add_executable(
bs
main.c
${ALL_SOURCES}
)
# linking configuration