build: remove waf files, tests and references

This commit is contained in:
Gabriel Ferreira
2022-01-31 19:43:21 -03:00
parent 3b90d12335
commit e32c177e45
137 changed files with 51 additions and 11666 deletions

View File

@@ -1,6 +1,6 @@
# cmake-format: off
#
# A sample of what Waf currently produces
# A sample of what Waf produced
# ---- Summary of optional NS-3 features:
# Build profile : debug
@@ -210,6 +210,6 @@ macro(write_fakewaf_config)
string(APPEND out "\n")
endif()
file(WRITE ${PROJECT_BINARY_DIR}/ns3wafconfig.txt ${out})
file(WRITE ${PROJECT_BINARY_DIR}/ns3config.txt ${out})
message(STATUS ${out})
endmacro()