You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Lee, can you maybe add this ( https://gist.github.com/roxlu/818d9db373f973ba186f ) CMakeLists.txt file to your repository. This will make is very easy to compile the project on all major platforms. You don't need mingw on windows and you don't need to compile any of the dependencies for the demos.
Thanks!
The text was updated successfully, but these errors were encountered:
Build scripts (in the form of shell scripts) are generally frowned upon, as you can just call the cmake command directly. However, the recommended usage should definitely be documented, probably in the README.
Hi Lee, can you maybe add this ( https://gist.github.com/roxlu/818d9db373f973ba186f ) CMakeLists.txt file to your repository. This will make is very easy to compile the project on all major platforms. You don't need mingw on windows and you don't need to compile any of the dependencies for the demos.
Thanks!
The text was updated successfully, but these errors were encountered: