1 2 3 4 5 6 7 8 9 10
add_library ( ogg STATIC include/ogg/config_types.h include/ogg/ogg.h include/ogg/os_types.h src/bitwise.c src/framing.c ) include_directories(include)