Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 135bcb3

Browse files
committedAug 19, 2024
...
1 parent dbddfc3 commit 135bcb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/tritonservercppsharp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
options.GeneratorKind = CppSharp.Generators.GeneratorKind.CSharp;
3030
var module = options.AddModule("TritonServerCppSharp");
3131
module.IncludeDirs.Add(".");
32+
module.IncludeDirs.Add("core/include");
3233
module.Headers.Add("core/include/triton/core/tritonserver.h");
3334
module.Headers.Add("core/include/triton/core/tritonbackend.h");
3435
module.Headers.Add("core/include/triton/core/tritoncache.h");

0 commit comments

Comments
 (0)
Please sign in to comment.