lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks for the hint, I copied a FindLua.cmake from there and am working from that, seems to work so far.

- Axel

BTW: Is there a list of OpenSource projects that depend on Lua and a) are not Lua modules / libraries themselves, b) do not copy/paste the whole Lua tree in their own source tree like for example TeeWorlds or are a whole Lua distribution in themselves :-)


On Tue, Apr 29, 2014 at 11:45 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
On Tue, Apr 29, 2014 at 11:30 AM, Axel Kittenberger <axkibe@gmail.com> wrote:
> has anybody an example project out there that uses cmake and depends on
> (lib)lua?

Have you looked at how LuaDist does this? Peter Drahos has a lot of
experience of integrating Lua with CMake and building a whole Lua
distribution using it.