fix CMakeLists.txt
This commit is contained in:
parent
68a7c776a8
commit
ea858f4049
@ -109,6 +109,7 @@ if (WIN32)
|
||||
set(PNGLIB spng::spng)
|
||||
endif()
|
||||
set(VORBISLIB Vorbis::vorbis Vorbis::vorbisfile)
|
||||
else()
|
||||
find_package(Lua REQUIRED)
|
||||
set(PNGLIB spng)
|
||||
set(VORBISLIB vorbis vorbisfile) # not tested
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user