CMakeLists.txt

This commit is contained in:
2020-07-27 17:54:07 +03:00
parent abbbce1380
commit b153673974
2 changed files with 5 additions and 7 deletions

View File

@@ -24,11 +24,7 @@
#ifndef PIP_LUA_H
#define PIP_LUA_H
extern "C" {
# include "lua.h"
# include "lauxlib.h"
# include "lualib.h"
}
#include "lua.hpp"
#include <LuaBridge/LuaBridge.h>
#include "pistring.h"