Add support for C++ scripting on platforms that don't support referencing executable file when linking shared library (eg. Linux)

This commit is contained in:
Wojtek Figat
2021-02-23 22:23:03 +01:00
parent bcc3b2bd59
commit e160d719a9
10 changed files with 175 additions and 26 deletions

View File

@@ -37,7 +37,6 @@ public class Editor : EditorModule
base.Setup(options);
options.PublicDependencies.Add("Engine");
options.PrivateDependencies.Add("Main");
options.PrivateDependencies.Add("pugixml");
options.PrivateDependencies.Add("UniversalAnalytics");
options.PrivateDependencies.Add("ContentImporters");