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