2011-03-04 15:41:14 -08:00
|
|
|
# A list of the modules that will be enabled when ns-3 is run.
|
|
|
|
|
# Modules that depend on the listed modules will be enabled also.
|
|
|
|
|
#
|
2022-07-21 22:15:19 -03:00
|
|
|
# All modules can be enabled by emptying the list.
|
|
|
|
|
set(ns3rc_enabled_modules)
|
|
|
|
|
|
|
|
|
|
# A list of the modules that will be disabled when ns-3 is run.
|
|
|
|
|
# Modules that depend on the listed modules will be disabled also.
|
|
|
|
|
#
|
|
|
|
|
# If the list is empty, no module will be disabled.
|
|
|
|
|
set(ns3rc_disabled_modules)
|
|
|
|
|
|
|
|
|
|
# Set this equal to ON if you want examples to be run.
|
|
|
|
|
set(ns3rc_examples_enabled OFF)
|
2011-04-12 10:39:17 -07:00
|
|
|
|
2022-07-21 22:15:19 -03:00
|
|
|
# Set this equal to ON if you want tests to be run.
|
|
|
|
|
set(ns3rc_tests_enabled OFF)
|
2011-04-12 10:39:17 -07:00
|
|
|
|
2022-07-21 22:15:19 -03:00
|
|
|
# Override other ns-3 settings by setting their values below
|
|
|
|
|
# Note: command-line settings will also be overridden.
|
|
|
|
|
#set(NS3_LOG ON)
|