Skip to content
Snippets Groups Projects
Commit 62df79bf authored by abp1g20's avatar abp1g20
Browse files

Update CMakeLists.txt

parent 30c399af
Branches
No related tags found
No related merge requests found
......@@ -8,17 +8,17 @@ set(CMAKE_CXX_STANDARD 17)
pico_sdk_init()
add_executable(main
main.c
add_executable(temp
temp.c
lib/fonts.c
lib/st7735.c
lib/DEV_Config.c
)
pico_add_extra_outputs(main)
pico_add_extra_outputs(temp)
target_link_libraries(main
target_link_libraries(temp
pico_stdlib
hardware_adc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment