aboutsummaryrefslogtreecommitdiff
path: root/devel/ninja/ninja-cmake.mk
Commit message (Collapse)AuthorAge
* ninja: remove ninja-cmake.mkRosen Penev2021-06-12
| | | | | | Useless now that stock cmake.mk uses ninja. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ninja: add custom target support for ninja-cmakeRosen Penev2021-03-27
| | | | | | Allows fixing compilation with at least mariadb. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ninja: fix cmake host installRosen Penev2021-03-09
| | | | | | Passing DESTDIR is not needed with cmake packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ninja: use for CMakeRosen Penev2020-09-08
CMake supports Ninja for faster compilation and less bugginess when it comes to parallel compilation. That is, some CMake packages currently have PKG_BUILD_PARALLEL set where it is not needed with ninja. Signed-off-by: Rosen Penev <rosenp@gmail.com>