StanEpp / OpenGL_ParticleSystem

MIT License
128 stars 33 forks source link

Open with VS2019? #6

Open duzenko opened 5 years ago

duzenko commented 5 years ago

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 image Sorry, I'm clueless around cmake

duzenko commented 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? image

StanEpp commented 5 years ago

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. :)

ghost commented 5 years ago

image LINK this two lib。 I build it with VS2017,have the same error。