mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(build): install headers
This commit is contained in:
parent
cbd169a26a
commit
937e283e0b
2 changed files with 3 additions and 1 deletions
|
|
@ -58,6 +58,8 @@ pub fn build(b: *std.Build) void {
|
|||
.flags = &.{"-std=c++11"}
|
||||
});
|
||||
|
||||
bc.installHeadersDirectory(b.path("bc"), "bc", .{ .include_extensions = &.{"hpp"} });
|
||||
|
||||
// BcTest executable
|
||||
const bc_test_exe = b.addExecutable(.{
|
||||
.name = "BcTest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue