Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
8ebb83ccaa00c2025412f233bb0317a7b792b48f
/
.
/
src
/
host
/
pico_bit_ops
/
CMakeLists.txt
blob: 7732b1e8f548c31baf5f432fe1eb99fdcda5f529 [
file
] [
log
] [
blame
]
pico_add_impl_library(pico_bit_ops)
target_sources(pico_bit_ops INTERFACE
${CMAKE_CURRENT_LIST_DIR}/bit_ops.c)
target_link_libraries(pico_bit_ops INTERFACE pico_bit_ops_headers)
macro(pico_set_bit_ops_implementation TARGET IMPL)
endmacro()