2026-05-01 10:33:39 -07:00
|
|
|
add_library(debug_log STATIC debug_log.cpp)
|
|
|
|
|
|
|
|
|
|
target_include_directories(debug_log PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
|
|
|
|
|
|
target_compile_options(debug_log PRIVATE -Wall -Wextra -Wno-unused-parameter)
|
|
|
|
|
|
2026-05-01 10:48:16 -07:00
|
|
|
target_link_libraries(debug_log PUBLIC util pico_stdlib)
|