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