mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-19 04:24:54 -04:00
Created core.h file
The core.h file references the required proprietary formas, including .iff and .far. However, the C files themselves still need to be accounted for in build.zig.
This commit is contained in:
parent
c0cc46bd9e
commit
5b67fc2f78
3 changed files with 20 additions and 9 deletions
|
@ -25,9 +25,7 @@ pub fn build(b: *std.Build) void {
|
|||
// C headers
|
||||
exe.linkLibC();
|
||||
exe.linkLibCpp();
|
||||
exe.addIncludePath(.{ .path = "./library/formats" });
|
||||
exe.addIncludePath(.{ .path = "./library/libvitaboy" });
|
||||
exe.addIncludePath(.{ .path = "./tools" });
|
||||
exe.addIncludePath(.{ .path = "./library" });
|
||||
|
||||
// Modules
|
||||
const raylib_dep = b.dependency("raylib-zig", .{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue