rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.65k stars 266 forks source link

Build on Windows #197

Open tkgamegroup opened 6 years ago

tkgamegroup commented 6 years ago

I followed #191 and I got this error in cmake:

CMake Error in demos/CMakeLists.txt:
  Imported target "glfw" includes non-existent path

    "E://include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

PS: I did build and install glfw.

rougier commented 6 years ago

Does the E://include directory exists? Can your cmake configuration (using ccmake)?