mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-02 22:09:35 +00:00
ENH: major changes to support addition of languages from cmake modules directory.
This commit is contained in:
11
Tests/Java/A.java
Normal file
11
Tests/Java/A.java
Normal file
@@ -0,0 +1,11 @@
|
||||
class A
|
||||
{
|
||||
public A()
|
||||
{
|
||||
}
|
||||
|
||||
public void printName()
|
||||
{
|
||||
System.out.println("A");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user