reorganize omt to separate folder (wip)
This commit is contained in:
@@ -100,7 +100,7 @@ pub fn build(b: *std.Build) void {
|
||||
const sender_exe = b.addExecutable(.{
|
||||
.name = "omtoy-sender",
|
||||
.root_module = b.createModule(.{
|
||||
.root_source_file = b.path("src/sender.zig"),
|
||||
.root_source_file = b.path("utils/sender.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
}),
|
||||
@@ -130,7 +130,7 @@ pub fn build(b: *std.Build) void {
|
||||
const receiver_exe = b.addExecutable(.{
|
||||
.name = "omtoy-receiver",
|
||||
.root_module = b.createModule(.{
|
||||
.root_source_file = b.path("src/receiver.zig"),
|
||||
.root_source_file = b.path("utils/receiver.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user