Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <features cppSourceRoots="src">
  2. <feature
  3. id="MiXiM_INET"
  4. name="MiXiM-INET Bridge"
  5. description = "MiXiM using INET framework."
  6. initiallyEnabled = "true"
  7. requires = ""
  8. labels = ""
  9. nedPackages = "
  10. "
  11. extraSourceFolders = ""
  12. compileFlags = "-DMIXIM_INET"
  13. linkerFlags = ""
  14. />
  15. <feature
  16. id="MiXiM_EXAMPLES"
  17. name="MiXiM Examples"
  18. description = "MiXiM examples."
  19. initiallyEnabled = "true"
  20. requires = ""
  21. labels = "examples"
  22. nedPackages = "
  23. org.mixim.examples
  24. "
  25. extraSourceFolders = "
  26. examples
  27. "
  28. compileFlags = "-DWITH_MIXIM_EXAMPLES"
  29. linkerFlags = ""
  30. />
  31. <feature
  32. id="MiXiM_TESTS"
  33. name="MiXiM Tests"
  34. description = "MiXiM functionality/regression tests."
  35. initiallyEnabled = "true"
  36. requires = ""
  37. labels = "tests"
  38. nedPackages = "
  39. org.mixim.tests
  40. "
  41. extraSourceFolders = "
  42. tests
  43. "
  44. compileFlags = "-DWITH_MIXIM_TESTS"
  45. linkerFlags = ""
  46. />
  47. </features>
Add Comment
Please, Sign In to add comment