Advertisement
quantumech

Untitled

Aug 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.     examplecommand: {
  3.         executableName: "examplecommand",
  4.         buildDir: "build/",
  5.         sourceFiles: [
  6.             "Example-Command/*.cpp"
  7.         ],
  8.         emccOptions: [
  9.             "-O3"
  10.         ],
  11.         cOptions: [
  12.             "-std=c++11"
  13.         ],
  14.         preloadFiles: [
  15.             "text-files@/"
  16.         ]
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement