mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-01 04:07:15 +00:00
UseJava: add INCLUDE_MODULES argument to add_jar
Arguments are added to the dependencies list, and to the "--module-path" passed to javac, which is only generated for adequate JDK versions.
This commit is contained in:
4
Tests/JavaModExportImport/Import/module-info.java
Normal file
4
Tests/JavaModExportImport/Import/module-info.java
Normal file
@@ -0,0 +1,4 @@
|
||||
module client {
|
||||
requires mod_foo;
|
||||
requires mod_bar;
|
||||
}
|
||||
Reference in New Issue
Block a user