Update CMakeLists.txt

This commit is contained in:
NPO 2024-09-28 18:52:23 -04:00
parent 0a1e4207ad
commit e7e15a636a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ endif()
pkg_check_modules(SDL2 REQUIRED IMPORTED_TARGET sdl2)
pkg_check_modules(LibArchive REQUIRED IMPORTED_TARGET libarchive)
pkg_check_modules(Zstd REQUIRED IMPORTED_TARGET libzstd)
pkg_search_module(Lua REQUIRED IMPORTED_TARGET liblua)
pkg_search_module(Lua REQUIRED IMPORTED_TARGET lua)
fix_interface_includes(PkgConfig::SDL2 PkgConfig::LibArchive)