How to correctly link modules in cpp using CMake
I’m starting to learn C++ and CMake is a bigger struggle for me.
I’ve written a little code to get me started and also wanted to write tests from the very beginning.
Except that I get Undefined Symbols every time I run my test.