FileFinder.DsrProj 710 B

123456789101112131415
  1. # No need to import DFPSR.DsrHead with stub backends when only including essential headers.
  2. CompilerFlag "-std=c++14"
  3. Crawl "main.cpp"
  4. # Linking statically to standard C/C++ libraries allow running the program without installing them.
  5. # Recommended for making an installer for another application or programs that should not need an installer.
  6. # If you don't want static linking of standard C/C++ libraries, you have to comment out StaticRuntime
  7. # and bundle the C/C++ runtime of the compiler with your program's installer.
  8. StaticRuntime
  9. # Uncomment to enable debug mode, which is slower
  10. #Debug
  11. # Show how the build system works when finding the library's used subset
  12. ListDependencies