npm.io
2.2.2 • Published 2 years ago

@smake/fmt

Licence
MIT
Version
2.2.2
Deps
2
Size
584 kB
Vulns
0
Weekly
0

SMake C++ lib fmt

fmt v9.1.0

const { LLVM } = require('@smake/llvm');
const { vscode } = require('@smake/llvm-vscode');
const { LibFmt } = require('@smake/fmt');

const target = 'aarch64-apple-darwin';
const fmt = new LibFmt(target);
const test = new LLVM('test', target);
test.files = ['src/test.cc'];
LibFmt.config(test);
vscode(test);

module.exports = [fmt, test];

Keywords