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