![]() |
The buildsystem for HPX is based on CMake. CMake is a cross-platform build-generator tool. CMake does not build the project, it generates the files needed by your build tool (GNU make, Visual Studio, etc) for building HPX.
This section gives an introduction on how to use our build system to build HPX and how to use HPX in your own projects.