mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-23 08:18:37 -05:00
8 lines
110 B
Java
8 lines
110 B
Java
class JVMTgt
|
|
{
|
|
public static void main(String[] args)
|
|
{
|
|
System.loadLibrary("JVMTgt");
|
|
}
|
|
}
|