build: Add new build_exec macro to declare executable targets

Also adds IGNORE_PCH option to build_example macro.
This commit is contained in:
Gabriel Ferreira
2022-09-03 02:07:36 -03:00
parent 096b8d428c
commit c633a1420c
11 changed files with 239 additions and 145 deletions

View File

@@ -49,6 +49,7 @@ Changes from ns-3.36 to ns-3.37
* Replaced `./ns3 --check-config` with `./ns3 show config`.
* Replaced `./ns3 --check-profile` with `./ns3 show profile`.
* Replaced `./ns3 --check-version` with `./ns3 show version`.
* Added the `build_exec` macro to declare new executables.
### Changed behavior