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:
parent
49b9e0f05a
commit
d34a962e78
6 changed files with 34 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue