mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
Tests: Add test for exported JARs
Add a unit test to test the new functions to export JAR targets. The test builds three sub-projects: two that generate and export a JAR (one does a build-directory-only export, one an install-only export), and a third that consumes the first two as imported targets.
This commit is contained in:
committed by
Brad King
parent
5341c0d84a
commit
95d84369b8
11
Tests/JavaExportImport/InstallExport/Bar.java
Normal file
11
Tests/JavaExportImport/InstallExport/Bar.java
Normal file
@@ -0,0 +1,11 @@
|
||||
class Bar
|
||||
{
|
||||
public Bar()
|
||||
{
|
||||
}
|
||||
|
||||
public void printName()
|
||||
{
|
||||
System.out.println("Bar");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user