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