From ea858f4049fbe0dcd8986dd9bf4803a710757b76 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 12 Jun 2024 00:01:23 +0300 Subject: [PATCH] fix CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50b6685b..2aabae55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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