Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/tags/1.0.0
/
.
/
src
/
host
/
pico_divider
/
CMakeLists.txt
blob: 7a26204c2d4fd22a54e4be63fec929e9b3ac2bb7 [
file
] [
log
] [
blame
]
add_library(pico_divider INTERFACE)
target_sources(pico_divider INTERFACE
${CMAKE_CURRENT_LIST_DIR}/divider.c)
target_link_libraries(pico_divider INTERFACE pico_divider_headers)
macro(pico_set_divider_implementation TARGET IMPL)
endmacro()