1.. _module-pw_build: 2 3======== 4pw_build 5======== 6.. pigweed-module:: 7 :name: pw_build 8 9Pigweed's modules aim to be easy to integrate into both new and existing 10embedded projects. To that end, the ``pw_build`` module provides support for 11multiple build systems, including: 12 13* :ref:`Bazel <module-pw_build-bazel>` (Pigweed's 14 :ref:`primary build system <seed-0111>`) 15* :ref:`GN/Ninja <module-pw_build-gn>` 16* :ref:`CMake <module-pw_build-cmake>` 17 18.. toctree:: 19 :hidden: 20 :maxdepth: 1 21 22 gn 23 cmake 24 bazel 25 project_builder 26 linker_scripts 27