Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All demos missing find_package(glfw), don't seem to compile on windows #18

Open
natevm opened this issue Jul 6, 2022 · 0 comments
Open

Comments

@natevm
Copy link

natevm commented Jul 6, 2022

I'm trying to build the demos in this repo on my windows machine, but it seems the CMakeLists.txt files for all demos do not call find_package(glfw3). As a result, the projects configure fine, but then when I go to compile a demo, I get :

\shaders\include\appglfw.hxx(10,10): fatal error C1083: Cannot open include file: 'GL/gl3w.h': No such file or directory

This makes sense to me that that wouldn't work; the linked targets "glfw", "gl3w", and "GL" don't appear to be defined anywhere in the cmake lists files.

Have these demos been compiled on windows before? Is there a reason why the demos don't have a find_package(glfw3) in their cmakelists?

Thanks!

@natevm natevm changed the title All demos missing find_package(glfw), and don't compile on windows All demos missing find_package(glfw), don't seem to compile on windows Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant