1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-20 13:29:30 +00:00

fix linux/gcc build

This commit is contained in:
fgenesis 2022-04-07 03:11:24 +02:00
commit d34a962e78
6 changed files with 34 additions and 12 deletions

View file

@ -32,6 +32,7 @@ if(AQUARIA_INTERNAL_OGGVORBIS)
${LIBVORBISDIR}/lib/vorbisfile.c
${LIBVORBISDIR}/lib/window.c
)
target_link_libraries(libvorbis libogg)
else()
# CMake doesn't seem to have a module for libogg or libvorbis yet, so
# we roll our own based on existing find_package modules.