Skip to content
Snippets Groups Projects
Commit 8d3395e2 authored by roguecomp's avatar roguecomp
Browse files

initial setup for run

parent 27d57e38
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: io.github.eleanor-em:bagel:1.9.3" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-assimp:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-glfw:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-openal:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-opengl:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-stb:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl:natives-macos:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-assimp:natives-macos:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-glfw:natives-macos:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-openal:natives-macos:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-opengl:natives-macos:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl:lwjgl-stb:natives-macos:3.2.2" level="project" />
</component>
</module>
\ No newline at end of file
...@@ -10,10 +10,12 @@ ...@@ -10,10 +10,12 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<build> <build>
<defaultGoal>install</defaultGoal>
<sourceDirectory>src/</sourceDirectory> <sourceDirectory>src/</sourceDirectory>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<!-- <version>0.1</version>-->
<configuration> <configuration>
<source>11</source> <source>11</source>
<target>11</target> <target>11</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment