meson: Move config file creation out of executable block

The configuration file generation within the executable block does not
define the necessary macros. Moving the configuration_file() outside the
executable block creates proper cofig.h file

Change-Id: I43fc5115a47f36a265268acef5e518959ee5be37
Signed-off-by: Deepa Karthikeyan <deepakala.karthikeyan@ibm.com>
1 file changed
tree: df4bd4cc95e24a1c09560ca5a5cb01ebd07da22f
  1. gen/
  2. phosphor-logging/
  3. subprojects/
  4. watchdog/
  5. yaml/
  6. .clang-format
  7. .gitignore
  8. checkstop_app.cpp
  9. LICENSE
  10. meson.build
  11. meson_options.txt
  12. OWNERS
  13. README.md
  14. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.