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:
@ -1,5 +1,5 @@
|
||||
if (NOT TARGET pico_standard_link)
|
||||
add_library(pico_standard_link INTERFACE)
|
||||
pico_add_impl_library(pico_standard_link)
|
||||
|
||||
target_sources(pico_standard_link INTERFACE
|
||||
${CMAKE_CURRENT_LIST_DIR}/crt0.S
|
||||
|
Reference in New Issue
Block a user