# Search for all source files in the current directory
# and save the names to the variable DIR_TOF_MINIF_Sense_SRCS
aux_source_directory(. DIR_TOF_MINIF_Sense_SRCS)

include_directories(../Config)

# Generate Link Library
add_library(TOF_MINIF_Sense ${DIR_TOF_MINIF_Sense_SRCS})
target_link_libraries(TOF_MINIF_Sense PUBLIC pico_stdlib)