pthread is a pointer on macOS.
[SquirrelJME.git] / modules / meep-lui-lcdui / build.gradle
blob576466acb62b5828da9a082e8702882065fe5e0a
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "LCDUI Implementation of LUI."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "DX"
10         swmType = JavaMEMidletType.API
11         swmName = "LCDUI LUI Implementatiion"
12         swmVendor = "Stephanie Gawroriski"
13         tags += "meep"
14         tags += "graphics"
17 dependencies
19         api project(":modules:cldc-compact")
21         api project(":modules:meep-lui")
22         api project(":modules:midp-lcdui")