Skip to content

Commit

Permalink
Build: Use the correct variable for the Lua libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jun 30, 2013
1 parent 63a9f4a commit 22b233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 22b233b

Please sign in to comment.