
add_executable(open_file open_file.cpp)
target_link_libraries(open_file ${common_libs} ${image_libs})

