BUSY
BUSY copied to clipboard
BUSY is a lean, statically typed, cross-platform, easily bootstrappable build system for GCC, CLANG and MSVC inspired by Google GN
Results
2
BUSY issues
Sort by
recently updated
recently updated
newest added
Both CMake and Autotools have the ability to check for dependencies (e.g: zlib, libpng,...). How could I do that with BUSY?
https://clang.llvm.org/docs/JSONCompilationDatabase.html cmake supports this: https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html Another Lua based build system also supports this: https://github.com/bkaradzic/genie