diff options
author | Falkreon <falkreon@gmail.com> | 2019-08-25 21:38:11 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-08-25 21:38:11 -0500 |
commit | c365433e34bdd95e83740a5af6a3338444a3540a (patch) | |
tree | 8ecabd4ee8dacc31ae5237094dd85f82108b30ab /GuiTest/settings.gradle | |
parent | 2ae4c11c84ad90031b0fd32e011c49849352bcc5 (diff) | |
download | LibGui-c365433e34bdd95e83740a5af6a3338444a3540a.tar.gz LibGui-c365433e34bdd95e83740a5af6a3338444a3540a.tar.bz2 LibGui-c365433e34bdd95e83740a5af6a3338444a3540a.zip |
More gui test, fix slot offsets, tooltips, and button hovers
Diffstat (limited to 'GuiTest/settings.gradle')
-rw-r--r-- | GuiTest/settings.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GuiTest/settings.gradle b/GuiTest/settings.gradle index 5b60df3..55a4710 100644 --- a/GuiTest/settings.gradle +++ b/GuiTest/settings.gradle @@ -8,3 +8,6 @@ pluginManagement { gradlePluginPortal() } } + +include ":LibGUI" +project(":LibGUI").projectDir = file("../")
\ No newline at end of file |