Bad lua include dir

This commit is contained in:
Linus Probert 2017-12-05 12:51:09 +01:00
parent fdb92ef24f
commit 8245a0b37b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include(FindLua)
add_subdirectory(linkedlist)
include_directories(linkedlist
${LUA_INCLUDE_DIRS}
${LUA_INCLUDE_DIR}
)
add_definitions("-Wall")