Newer
Older
dub_jkp / examples / injected-from-dependency / dependency / dub.json
  1. {
  2. "name": "toload",
  3. "description": "Example to showcase injection of a source file from a dependency dependency.",
  4. "targetType": "library",
  5. "buildOptions": ["betterC"],
  6. "sourcePaths": ["source"],
  7. "importPaths": ["source"],
  8. "injectSourceFiles": ["ahook.d"]
  9. }