8000 Add premake · windoro/cppbestpractices@b06a607 · GitHub
[go: up one dir, main page]

Skip to content

Commit b06a607

Browse files
authored
Add premake
1 parent 9bc7236 commit b06a607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
2929
* [maiken](https://github.com/Dekken/maiken) - Crossplatform build tool with Maven-esque configuration style.
3030
* [Qt Build Suite](http://doc.qt.io/qbs/) - Crossplatform build tool From Qt.
3131
* [meson](http://mesonbuild.com/index.html) - Open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
32+
* [premake](https://premake.github.io/)
3233

3334
Remember, it's not just a build tool, it's also a programming language. Try to maintain good clean build scripts and follow the recommended practices for the tool you are using.
3435

0 commit comments

Comments
 (0)
0