add_library(fixmath STATIC
    fix16.c
    fix16_exp.c
    fix16_sqrt.c
    fix16_trig.c
    fract32.c
    uint32.c
)

target_include_directories(fixmath PUBLIC .)
