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