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