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