included e-Paper library
cmake still not links but sees includes
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
# add a header directory
|
||||
include_directories(../libs/epaper/Config)
|
||||
include_directories(../libs/epaper/e-Paper)
|
||||
include_directories(../libs/epaper/GUI)
|
||||
include_directories(../libs/epaper/Fonts)
|
||||
|
||||
#add executable for main
|
||||
add_executable(emon main.cpp)
|
||||
|
||||
# Pull in our pico_stdlib which aggregates commonly used features
|
||||
target_link_libraries(emon pico_stdlib)
|
||||
target_link_libraries(emon
|
||||
hardware_spi
|
||||
pico_stdlib
|
||||
ePaper
|
||||
GUI
|
||||
Fonts
|
||||
Config
|
||||
)
|
||||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(emon 1)
|
||||
|
||||
Reference in New Issue
Block a user