Add Native Project

This commit is contained in:
GuilhermeWerner 2021-05-05 10:27:52 -03:00
parent 1b018a2572
commit f02814624e
4 changed files with 90 additions and 0 deletions

10
premake5.lua Normal file
View file

@ -0,0 +1,10 @@
workspace "DevKit.Jvm"
architecture "x64"
configurations
{
"debug",
"release"
}
include "Native"