CMake Tutorial EP 8 | find_library(...) (part 1/2 of find lib)
Find the libraries, wherever they may be. This should help you figure out how to use external libraries that are on your computer, but not within your project. Note that it does find them if they are in your project too unless you tell it not to.
full CMake playlist:
repo:
Thanks for coming to the channel to check out a video on Code, Tech, and Tutorials.
You can support this channel on Patreon:
Please leave your feedback or questions in the comments!
3 views
197
30
7 months ago 00:17:01 1
wxWidgets: Layout basics for multiplatform GUI applications in C++ (sizers and splitters)
8 months ago 02:00:14 1
Deep Dive w/Scott: CircuitPython Bugs & Builds #adafruit
10 months ago 00:12:38 3
CMake Tutorial EP 8 | find_library(...) (part 1/2 of find lib)
10 months ago 00:25:03 3
CMake Tutorial EP 9 | find_package modules and config options (2/2 of find libs)
10 months ago 00:13:48 4
CMake Tutorial EP 10 | Running CMake on Windows (like linux) (Over-explained)
10 months ago 00:07:32 5
CMake Tutorial EP 7 | Installing With CPack! (part 2/2 of install)
10 months ago 00:10:11 5
CMake Tutorial EP 4 | Versioning Source Code
10 months ago 00:15:37 62
CMake Tutorial EP 1 | Understanding The Basics
10 months ago 00:36:48 14
CMake Tutorial EP 2 | Libraries | Installing | Pairing with Executables | RE-DONE!