included e-Paper library
cmake still not links but sees includes
This commit is contained in:
7
libs/epaper/Config/CMakeLists.txt
Normal file
7
libs/epaper/Config/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
# Find all source files in a single current directory
|
||||
# Save the name to DIR_Config_SRCS
|
||||
aux_source_directory(. DIR_Config_SRCS)
|
||||
|
||||
# Generate the link library
|
||||
add_library(Config ${DIR_Config_SRCS})
|
||||
target_link_libraries(Config PUBLIC pico_stdlib hardware_spi)
|
||||
Reference in New Issue
Block a user