# vim: syntax=cmake

# jpeg decoder source
add_library(jpegd_api OBJECT
    jpegd_parser.c
    )
