Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ns3 wifi working with 2 nodes 1 route, does not take lat or bw for now
[simgrid.git] / CMakeLists.txt
index 4b48876..f511ad0 100644 (file)
@@ -230,7 +230,7 @@ if(enable_ns3)
   include(FindNS3)
   if (SIMGRID_HAVE_NS3)
     set(SIMGRID_HAVE_NS3 1)
-    foreach(lib core csma point-to-point internet network applications)
+    foreach(lib core csma point-to-point internet network applications wifi)
       set(SIMGRID_DEP "${SIMGRID_DEP} -lns${NS3_VERSION}-${lib}${NS3_SUFFIX}")
     endforeach()
   else()