Sign in
◑
Theme
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
f3602dc945e467acdcda43e5e7b5f17f267dcd03
/
.
/
elf2uf2
/
CMakeLists.txt
blob: 066c1d54f8e8f1e210dd97aa561ff8ad82ee6337 [
file
]
add_library(elf2uf2 STATIC
elf2uf2.cpp)
target_include_directories(elf2uf2 PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(elf2uf2 PUBLIC elf errors)