added JNA library (for winapi)

This commit is contained in:
DaniTheSkunk 2022-09-27 00:59:09 +02:00
parent edd4b2bc56
commit 186d938c56
4 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -9,5 +9,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="lwjgl" level="project" />
<orderEntry type="library" name="jna-5.12.1" level="project" />
</component>
</module>

BIN
lib/jna/jna-5.12.1.jar Normal file

Binary file not shown.

Binary file not shown.