We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2b0db commit b59e923Copy full SHA for b59e923
1 file changed
python/inet/project/inet.py
@@ -26,6 +26,7 @@
26
inet_baseline_project = define_simulation_project("inet-baseline",
27
folder_environment_variable="INET_ROOT",
28
folder="../inet-baseline",
29
+ omnetpp_environment_variable="__omnetpp_root_dir_baseline",
30
library_folder="src",
31
dynamic_libraries=["INET"],
32
ned_folders=["src", "examples", "showcases", "tutorials", "tests/networks"]) if os.path.exists(get_workspace_path("inet-baseline")) else None
0 commit comments