GitHub Actions: Build with Ninja
This commit is contained in:
parent
cac1cd6940
commit
260d509f2e
3 changed files with 7 additions and 3 deletions
6
src/3rdparty/lua54/CMakeLists.txt
vendored
6
src/3rdparty/lua54/CMakeLists.txt
vendored
|
@ -71,9 +71,13 @@ target_include_directories(xmppbotlua PUBLIC
|
|||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
set(LUA_DEFINES -DLUA_USE_LINUX)
|
||||
endif()
|
||||
|
||||
target_compile_definitions(xmppbotlua PUBLIC
|
||||
-DLUA_COMPAT_5_2
|
||||
-DLUA_USE_LINUX
|
||||
${LUA_DEFINES}
|
||||
)
|
||||
|
||||
target_link_libraries(xmppbotlua PUBLIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue