An open API service indexing awesome lists of open source software.

https://github.com/craftablescience/lua-cmake

Download lua at cmake build time and add it as a library
https://github.com/craftablescience/lua-cmake

Last synced: 6 months ago
JSON representation

Download lua at cmake build time and add it as a library

Awesome Lists containing this project

README

          

# lua-cmake
Download lua at cmake build time and add it as a library. Loosely based on https://github.com/lubgr/lua-cmake.

## Usage
Add the following to your cmake file:

```cmake
add_subdirectory(path/to/lua-cmake)
target_link_libraries(your-target lua::lua)
```