Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
4a403bb27795bff005d49531fa77107fd33ca35e
/
.
/
elf
/
CMakeLists.txt
blob: f7833764204fcd43cf4a97ed8e37c63f93f1512a [
file
]
add_library(elf STATIC
elf_file.cpp)
target_include_directories(elf PUBLIC ${CMAKE_CURRENT_LIST_DIR})
target_link_libraries(elf PRIVATE errors)