add_executable(binary_to_object main.cpp)

target_link_libraries(binary_to_object object_writer)
