mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Arguments are added to the dependencies list, and to the "--module-path" passed to javac, which is only generated for adequate JDK versions.
5 lines
62 B
Java
5 lines
62 B
Java
module client {
|
|
requires mod_foo;
|
|
requires mod_bar;
|
|
}
|