mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-22 16:55:32 -04:00
95d84369b8
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.
5 lines
27 B
C
5 lines
27 B
C
int main()
|
|
{
|
|
return 0;
|
|
}
|