Skip to content

Commit

Permalink
Update CMakeLists.txt find lua package...
Browse files Browse the repository at this point in the history
  • Loading branch information
NPO-197 authored Sep 28, 2024
1 parent 8d0de89 commit 5eccaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/qt_sdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ set(CMAKE_AUTORCC ON)

find_package(Threads REQUIRED)
find_package(PkgConfig REQUIRED)
find_package(Lua51 REQUIRED)

if (BUILD_STATIC)
list(APPEND PKG_CONFIG_EXECUTABLE "--static")
Expand Down

0 comments on commit 5eccaae

Please sign in to comment.