Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups in the generation of simgrid.jar
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 27 Sep 2015 11:24:18 +0000 (13:24 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 27 Sep 2015 11:24:26 +0000 (13:24 +0200)
- Only generate a simgrid.jar (kill simgrid_full.jar), which may or
  may not contain the native libs depending on the enable_lib_in_jar
  cmake option.
- Simplify the dependencies by not using temp files and additional
  dependencies but use add_custom_command(TARGET blah POST-BUILD ...)


No differences found