mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
add liblua wrapper and build-scripts
This commit is contained in:
parent
2b575e4746
commit
5b40e073e9
6 changed files with 295 additions and 0 deletions
6
libs/lua/lua/lua.h
Normal file
6
libs/lua/lua/lua.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef LUA_LIBRARY_H
|
||||
#define LUA_LIBRARY_H
|
||||
|
||||
#include "lua-5.3.2/lua.hpp"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue