From 22b233b29fe8ec450077cf31437cace2d1a41847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Sun, 30 Jun 2013 20:32:33 +0200 Subject: [PATCH] Build: Use the correct variable for the Lua libraries. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8c2d2b9..6c047a1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -231,7 +231,7 @@ add_executable(jd WIN32 ${JD_HEADERS} ${JD_SOURCES}) set_target_properties(jd PROPERTIES COMPILE_DEFINITIONS "${COMP_DEFS}") target_link_libraries(jd ${SFML_LIBRARIES} - ${LUA_LIBRARY} + ${LUA_LIBRARIES} ${LUABIND_LIBRARIES} ${PHYSFS_LIBRARY} ${ZLIB_LIBRARY}