mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-22 05:04:35 +00:00
try to fix build
This commit is contained in:
parent
045961e7a0
commit
dac88f52b8
@ -34,7 +34,7 @@ set(LUA_LIB_SRCS
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(LUA_BUILD_AS_CXX)
|
if(LUA_BUILD_AS_CXX)
|
||||||
SET_SOURCE_FILES_PROPERTIES(${LUA_LIB_SRCS} PROPERTIES LANGUAGE CXX )
|
set_source_files_properties(${LUA_LIB_SRCS} "src/lua.c" "src/luac.c" PROPERTIES LANGUAGE CXX )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(lua_static STATIC ${LUA_LIB_SRCS})
|
add_library(lua_static STATIC ${LUA_LIB_SRCS})
|
||||||
|
Loading…
Reference in New Issue
Block a user