issue1.pdc 832 B

12345678910111213141516
  1. CMake works fine with Visual Studio but there are a few things to consider. The
  2. property for the working directory in the Debugging section should most likely
  3. be set to `$(OutDir)`. Likewise, the start-up project must be set manually as
  4. it's set to ALL_BUILD by default. ALL_BUILD is a project that builds all
  5. projects and correctly triggers any scripts. ZERO_CHECK is a project that runs
  6. and, if any CMake files have been changed, asks to reload Visual Studio.
  7. Furthermore, if you're making a Windows application, you should add the WIN32
  8. parameter to `add_executable` to instruct the compiler to use the `WinMain`
  9. [entry-point](http://msdn.microsoft.com/en-us/library/f9t8842e.aspx) and
  10. WINDOWS
  11. [subsystem](http://msdn.microsoft.com/en-us/library/fcc1zstk%28v=vs.110%29.aspx):
  12. possible regressions:
  13. *test* test *test*. _ this