Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
ce2570d282781b2595102524135f5914b1c0bcad
/
.
/
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)