pimoroni-pico/examples/pico_enc_explorer/CMakeLists.txt

13 wiersze
305 B
CMake
Czysty Zwykły widok Historia

2021-05-12 22:34:43 +00:00
set(OUTPUT_NAME encoder_explorer)
add_executable(
${OUTPUT_NAME}
pico_enc_explorer.cpp
2021-05-12 22:34:43 +00:00
)
# Pull in pico libraries that we need
target_link_libraries(${OUTPUT_NAME} pico_stdlib breakout_encoder pico_explorer picographics_st7789)
2021-05-12 22:34:43 +00:00
# create map/bin/hex file etc.
pico_add_extra_outputs(${OUTPUT_NAME})