summaryrefslogtreecommitdiffstats
path: root/Modules/FindLua.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindLua: Add library name for Lua 5.3 on homebrewAnders Bakken2016-05-091-0/+1
| | | | | | | | | | | Homebrew installs lua 5.3 like this: Cellar/lua53/5.3.2_2/lib/liblua.5.3.2.dylib Cellar/lua53/5.3.2_2/lib/liblua.5.3.dylib lib/liblua.5.3.2.dylib lib/liblua.5.3.dylib Add the `liblua.{$VERSION}` naming scheme to our searched names.
* FindLua: fix wrong version list if EXACT is givenRolf Eike Beer2014-10-021-1/+1
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-13/+31
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Modules: add FindLua.cmakeRolf Eike Beer2013-08-311-0/+153
This is a version agnostic variant of FindLua50.cmake and FindLua51.cmake.