make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374)
This commit is contained in:
@ -5,7 +5,7 @@ if (NOT TARGET pico_util_headers)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET pico_util)
|
||||
add_library(pico_util INTERFACE)
|
||||
pico_add_impl_library(pico_util)
|
||||
target_sources(pico_util INTERFACE
|
||||
${CMAKE_CURRENT_LIST_DIR}/datetime.c
|
||||
${CMAKE_CURRENT_LIST_DIR}/pheap.c
|
||||
|
Reference in New Issue
Block a user