mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Add Native Project
This commit is contained in:
parent
1b018a2572
commit
f02814624e
4 changed files with 90 additions and 0 deletions
10
premake5.lua
Normal file
10
premake5.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
workspace "DevKit.Jvm"
|
||||
architecture "x64"
|
||||
|
||||
configurations
|
||||
{
|
||||
"debug",
|
||||
"release"
|
||||
}
|
||||
|
||||
include "Native"
|
||||
Loading…
Add table
Add a link
Reference in a new issue