2.2.2 • Published 1 year ago

@smake/fmt v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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];
2.2.1

1 year ago

2.2.0

1 year ago

2.2.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago