Revert "Remove C Library"

This reverts commit 362bb7f973.
This commit is contained in:
GuilhermeWerner 2021-05-07 09:28:28 -03:00
parent 717d3d00ef
commit 6f9a2fb7bd
4 changed files with 102 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"