Selene
Selene copied to clipboard
Fixed CMakeLists.txt
Use find_path to verify lua existence. Works for CMake 3.4 on Ubuntu 15.04.
Thanks for the change. It probably makes more sense to use the find_package FindLua module (https://cmake.org/cmake/help/latest/module/FindLua.html) which will populate all the other variables properly too.