Begin plugin api

This commit is contained in:
luboslenco
2024-07-24 00:16:41 +02:00
parent 33f55d1a55
commit c584dac435
6 changed files with 20 additions and 7 deletions
+2
View File
@@ -54,6 +54,8 @@ let project = new Project("Base");
}
}
project.addDefine('WITH_PLUGINS');
project.addFile("sources/plugin_api.c");
project.addProject("../" + dir + "/plugins");
}