Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an option to control whether native libraries are bundled into jar file.
[simgrid.git] / buildtools / Cmake / Option.cmake
index 5842fe2..1c56b6e 100644 (file)
@@ -34,6 +34,7 @@ option(enable_print_message "Enable print message during config." off)
 mark_as_advanced(enable_print_message)
 option(enable_model-checking "Turn this on to experiment with our prototype of model-checker (hinders the simulation's performance even if turned of at runtime)" off)
 option(enable_lib_static "" off)
+option(enable_lib_in_jar "Whether the native libraries are bundled into the Java jar file" on)
 option(enable_jedule "Jedule output of SimDAG." off)
 option(enable_debug "Turn this off to remove all debug messages at compile time (faster, but no debug activable)" on)
 option(enable_msg_deprecated "This option enable the use of msg deprecated functions" off)