Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/tags/1.0.0
/
.
/
src
/
host
/
pico_bit_ops
/
CMakeLists.txt
blob: e4f88292287366899174a9c1d0dfeb5e39e836c5 [
file
] [
log
] [
blame
]
add_library(pico_bit_ops INTERFACE)
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()