single repo
This commit is contained in:
19
pico-ssd1306/examples/draw_line/CMakeLists.txt
Normal file
19
pico-ssd1306/examples/draw_line/CMakeLists.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
include(pico_sdk_import.cmake)
|
||||
|
||||
project(line_example)
|
||||
|
||||
pico_sdk_init()
|
||||
|
||||
add_subdirectory(pico-ssd1306)
|
||||
|
||||
add_executable(line_example
|
||||
main.cpp)
|
||||
|
||||
target_link_libraries(line_example
|
||||
hardware_i2c
|
||||
pico_ssd1306)
|
||||
|
||||
|
||||
pico_add_extra_outputs(line_example)
|
||||
Reference in New Issue
Block a user