Adds include and linkings for plugins

This commit is contained in:
Atul R
2019-09-22 14:24:46 +02:00
parent 15a48e6723
commit e87485441e
88 changed files with 61 additions and 30 deletions
+11
View File
@@ -0,0 +1,11 @@
const path = require("path");
const NODEGUI_ROOT = path.resolve(__dirname, "..");
const CMAKE_HELPER_DIR = path.resolve(NODEGUI_ROOT, "config");
const CMAKE_HELPER_FILE = path.resolve(CMAKE_HELPER_DIR, "plugin.cmake");
module.exports = {
CMAKE_HELPER_FILE,
CMAKE_HELPER_DIR,
NODEGUI_ROOT
};