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