Skip to content
  • Matt Oliver's avatar
    Fix pkgconfig creation with cmake. · 3c177d01
    Matt Oliver authored and Ralph Giles's avatar Ralph Giles committed
    
    
    The cmake build script was not setting a VORBIS_LIBS variable
    that is used to update pkg-config files. This results in linking
    errors in downstream projects due to missing dependencies
    (in this case libm).
    
    This patch just updates the cmake script to behave the same
    as configure does currently.
    
    Signed-off-by: default avatarevpobr <evpobr@gmail.com>
    3c177d01