RandyGaul/qu3e

Demo does not compile on Windows

Closed this issue · 0 comments

Windows 10 64bit
Visual Studio 2017 Enterprise

The demo subproject does not compile on Windows, since it requires the X11 library for freeglut. Possibly just a CMakeLists bug.

Reproduce steps:

  1. Open the VS developer console
  2. Clone the repo
  3. cmake .
  4. msbuild ALL_BUILD.vcxproj
  5. An error shows up that X11.lib cannot be found