Sign in
◑
Theme
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
3003f8db512fa68c1aa264590fc0475d520f8b75
/
.
/
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)