Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
bf33c6ddd756c3961c7a13b000859b71e825ee74
/
.
/
elf2uf2
/
CMakeLists.txt
blob: 7ced994a49acc7f757e971158d18d76391d14ed0 [
file
] [
log
] [
blame
]
add_library(elf2uf2 STATIC
elf2uf2.cpp)
target_include_directories(elf2uf2 PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(elf2uf2 PRIVATE boot_uf2_headers elf errors)