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,4 +1,3 @@
|
||||
add_library(hardware_divider INTERFACE)
|
||||
pico_simple_hardware_headers_only_target(divider)
|
||||
target_sources(hardware_divider INTERFACE ${CMAKE_CURRENT_LIST_DIR}/divider.S)
|
||||
target_include_directories(hardware_divider INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
target_link_libraries(hardware_divider INTERFACE hardware_structs)
|
Reference in New Issue
Block a user