fix: Compile Lua as a C library (#5251)

This commit is contained in:
pajlada
2024-03-16 15:15:05 +01:00
committed by GitHub
parent 47c46b64ea
commit 3563ecb3a5
10 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ target_include_directories(lua
PUBLIC
${LUA_INCLUDE_DIRS}
)
set_source_files_properties(${LUA_SRC} PROPERTIES LANGUAGE CXX)
set_source_files_properties(${LUA_SRC} PROPERTIES LANGUAGE C)