pimoroni-pico/examples/pico_explorer/CMakeLists.txt

12 wiersze
240 B
CMake

add_executable(
explorer
demo.cpp
)
add_resource(explorer fox.tga)
# Pull in pico libraries that we need
target_link_libraries(explorer pico_stdlib pico_explorer msa301)
# create map/bin/hex file etc.
pico_add_extra_outputs(explorer)