compiling with lua in cmake

This commit is contained in:
Bluub
2021-06-03 17:57:31 +02:00
parent b8a7e52f13
commit f141a6f4fa
3 changed files with 247 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
*/
#include "IAComponent.hpp"
#include <lua.hpp>
#include "lua.h"
namespace BBM
{