backend_test: make glfw examples work with dynamic and static linking

This commit is contained in:
sonoro1234
2024-06-14 16:25:20 +02:00
parent 577f2b088a
commit 00ecbb0ee2
4 changed files with 43 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
To build use `cmake path_to_example_glfw_opengl3` and then `make install`
`STATIC_BUILD` is a cmake variable if you want to do static linking.