summaryrefslogtreecommitdiff
path: root/external/libogg-1.3.2/CMakeLists.txt
blob: e2abfd6a53a16d12f150f978df63e4bff3574ec2 (plain)
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)