xref
: /
third_party
/
elfio
/
examples
/
elfdump
/
CMakeLists.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/elfio/examples/elfdump/
1
2
add_executable(elfdump
elfdump.cpp
)
3
target_link_libraries(elfdump PRIVATE elfio::elfio)
4