Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mob41 committed Mar 23, 2022
1 parent da5a562 commit d4e589c
Show file tree
Hide file tree
Showing 11 changed files with 7,256 additions and 6,976 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.vs
.vs/*
.idea
.project
.classpath
.settings
.settings/*
/target/
**/target/
/target/
*.iml
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.0)

project("osumer-native")

set(JAVA_HOME "C:\\Program Files (x86)\\Java\\jdk1.8.0_212")
set(JAVA_HOME "C:\\Program Files (x86)\\Java\\jdk1.8.0_311")
set(DIRECTX_SDK "C:\\Program Files (x86)\\Microsoft DirectX SDK (June 2010)")
#find_package(JNI REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion osumer-jre
Submodule osumer-jre updated 224 files
20 changes: 20 additions & 0 deletions osumer-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>17.0.1</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit d4e589c

Please sign in to comment.