I am trying to build and link the simplest program in CLion on Linux Mint that uses the Crypto++ Library. I've searched high and low for information on how to tell CMake where my libraries are but I'm having trouble finding relevant information.
What do I need to add to CMake to get this to successfully build, link and run?
Screenshots and Pastebin follows: Code CMake File