added JNA library (for winapi)
This commit is contained in:
parent
edd4b2bc56
commit
186d938c56
|
@ -0,0 +1,10 @@
|
||||||
|
<component name="libraryTable">
|
||||||
|
<library name="jna-5.12.1">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/lib/jna/jna-5.12.1.jar!/" />
|
||||||
|
<root url="jar://$PROJECT_DIR$/lib/jna/jna-platform-5.12.1.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</component>
|
|
@ -9,5 +9,6 @@
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="lwjgl" level="project" />
|
<orderEntry type="library" name="lwjgl" level="project" />
|
||||||
|
<orderEntry type="library" name="jna-5.12.1" level="project" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue