
add_executable(tutorial tutorial.cpp)
target_link_libraries(tutorial PRIVATE elfio::elfio)
