mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
Linking with the lua54.dll
This commit is contained in:
@@ -22,7 +22,7 @@ if (NOT LUA_FOUND)
|
||||
if (EXISTS ${CMAKE_SOURCE_DIR}/include/lua.hpp)
|
||||
message("Using local lua")
|
||||
set(LUA_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include/)
|
||||
set(LUA_LIBRARIES ${CMAKE_SOURCE_DIR})
|
||||
set(LUA_LIBRARIES ${CMAKE_SOURCE_DIR}/lua54.dll)
|
||||
else()
|
||||
message(FATAL_ERROR "Lua could not be found.")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user