diff options
Diffstat (limited to 'default.bam')
| -rw-r--r-- | default.bam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.bam b/default.bam index 67f70a9a..932bd6df 100644 --- a/default.bam +++ b/default.bam @@ -113,6 +113,7 @@ function NetObjCompile(protofile, sourcefile, headerfile) bam_add_job("netobj_header", headerfile, protofile) bam_add_dependency(sourcefile, protofile) bam_add_dependency(headerfile, protofile) + bam_dependency_cpp(protofile, {}) return {source = sourcefile, header=headerfile} end |