Files
passr-firmware/pico_hal/waveshare/c/lib/Fonts/CMakeLists.txt
2023-05-17 00:34:13 +01:00

6 lines
197 B
CMake

# Find all source files in a single current directory
# Save the name to DIR_Fonts_SRCS
aux_source_directory(. DIR_Fonts_SRCS)
# Generate the link library
add_library(Fonts ${DIR_Fonts_SRCS})