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