Using Third Party Libraries Like RayLib in Your Project with CMake

1 year ago
8

So, you've mastered compiling multi-file source-code into a program (binary). Congratulations. However, if you're going to write larger useful software, then you're going to need third-party libraries.

This video covers how to link third-party libraries into your project using CMake.

Click the following link for a summary (and to download the source code):
https://keasigmadelta.com/blog/using-a-k-a-linking-third-party-libraries-like-raylib-in-your-project-with-cmake

Want to learn more CMake? Click the following link:
https://keasigmadelta.com/store/landing/learn-cmake-by-example-bookcourse/learn-cmake/

Loading comments...