update src/CMakeLists.txt

This commit is contained in:
MihailRis 2024-08-12 01:07:18 +03:00
parent 59afd4de27
commit 29b1299b87

View File

@ -34,6 +34,7 @@ if (WIN32)
set(VORBISLIB vorbis vorbisfile) # not tested
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libs/glfw)
endif()
message(${LUA_INCLUDE_DIR})
elseif(APPLE)
find_package(PkgConfig)
pkg_check_modules(LUAJIT REQUIRED luajit)