Update CMakeLists.txt find lua package...
This commit is contained in:
parent
8d0de893dd
commit
5eccaae561
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue