add luajit include dir

This commit is contained in:
Sergwest 2024-03-21 15:57:23 +03:00
parent b76d5931c3
commit 2992a8328b

View File

@ -102,6 +102,7 @@ else()
find_package(PkgConfig)
pkg_check_modules(LUAJIT REQUIRED luajit)
set(LUA_LIBRARIES ${LUAJIT_LIBRARIES})
set(LUA_INCLUDE_DIR ${LUAJIT_INCLUDE_DIR})
find_package(PNG REQUIRED)
set(PNGLIB PNG::PNG)
set(VORBISLIB vorbis vorbisfile)