+Added toluapp as a acceptable library to build Stratagus against
This commit is contained in:
parent
81a3a7d230
commit
940af410a9
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ if(TOLUA++_INCLUDE_DIR AND TOLUA++_LIBRARY AND TOLUA++_APP)
|
|||
set(TOLUA++_FOUND true)
|
||||
else()
|
||||
find_path(TOLUA++_INCLUDE_DIR tolua++.h)
|
||||
find_library(TOLUA++_LIBRARY NAMES tolua++ tolua++5.1)
|
||||
find_program(TOLUA++_APP NAMES tolua++ tolua++5.1)
|
||||
find_library(TOLUA++_LIBRARY NAMES tolua++ tolua++5.1 toluapp)
|
||||
find_program(TOLUA++_APP NAMES tolua++ tolua++5.1 toluapp)
|
||||
|
||||
if(TOLUA++_INCLUDE_DIR AND TOLUA++_LIBRARY AND TOLUA++_APP)
|
||||
set(TOLUA++_FOUND true)
|
||||
|
|
Loading…
Reference in a new issue