Open duzenko opened 5 years ago
The GLFW itself that I downloaded from https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip builds in VS2019 fine. But how do I link it to the particles project?
I haven't tried to build it with VS2019. When I find some time I can take a look at it. If you find a way to fix this, then a pull request is welcome. :)
LINK this two lib。 I build it with VS2017,have the same error。
How do I configure the GLFW dependency properly? In VS2019 I go File - Open - CMake… then it opens the project but fails to build it with this error:
particlescompute\ninja : error : 'glfw-NOTFOUND', needed by 'OpenGL_Particlesystem.exe', missing and no known rule to make it
Sorry, I'm clueless around cmake