Support visual studio.

Issue #3 new
Matthew Parno created an issue

Update our CMake build scripts to support Visual Studio compilers and the generation of Visual studio project files.

Comments (1)

  1. Wesley Griffin

    Initially, cmake/SetupCompiler will need to change to detect VS and set the needed compiler flags.

    Its possible the required dependency files might need to be modified to properly build on VS, however the use of ExternalProject should make that mostly straightforward.

    Its also likely there are places in the source code with hidden assumptions on GCC/Clang.

  2. Log in to comment