Skip to content
Snippets Groups Projects
Commit 0a3ea4c1 authored by Paul Weiser's avatar Paul Weiser
Browse files

fix eyetracker dependency

parent 7c63e26e
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ public class StudyFrameworkPlugin : ModuleRules
"SlateCore",
"XRBase",
"DeveloperSettings",
"EngineSettings"
"EngineSettings",
"EyeTracker"
// ... add other public dependencies that you statically link with here ...
}
);
......@@ -59,8 +60,7 @@ public class StudyFrameworkPlugin : ModuleRules
"Slate",
"SlateCore",
"UniversalLogging",
"ToolWidgets",
"EyeTracker"
"ToolWidgets"
// ... add private dependencies that you statically link with here ...
}
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment