project(ogg)

include_directories(include)

add_library(
  ogg
  SHARED
  src/bitwise.c
  src/framing.c
)
