Generator.DsrProj 429 B

12345678910111213
  1. # No need to import DFPSR.DsrHead with stub backends when only including essential headers.
  2. CompilerFlag "-std=c++14"
  3. # If compiling using CLANG instead of GCC in tools/builder/buildProject.sh, you need to include the C++ standard library explicitly.
  4. #Link "stdc++"
  5. Crawl "main.cpp"
  6. # Prevent executing the application without any arguments.
  7. Supressed
  8. # Uncomment to enable debug mode, which is slower
  9. #Debug