Browse Source

cmake: Add missing luajit include dirs

    /usr/include/luajit-5_1-2.0
tags/1.4.1
Andreas Schneider 7 years ago
parent
commit
0d7b81adc2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      CMakeLists.txt

+ 2
- 0
CMakeLists.txt View File

@@ -221,6 +221,8 @@ MACRO(FindLua)
"include/luajit${LUA_VERSION_MAJOR}${LUA_VERSION_MINOR}"
"include/luajit${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}"
"include/luajit-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}"
"include/luajit-${LUA_VERSION_MAJOR}_${LUA_VERSION_MINOR}-2.0"
"include/luajit-${LUA_VERSION_MAJOR}_${LUA_VERSION_MINOR}-2.1"
"include/luajit"
"include/lua${LUA_VERSION_MAJOR}${LUA_VERSION_MINOR}"
"include/lua${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}"

Loading…
Cancel
Save