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