1
2add_executable(proc_mem proc_mem.cpp)
3target_link_libraries(proc_mem PRIVATE elfio::elfio)
4