I\'m new to cmake and I\'m trying to create a CMakeLists.txt for compiling my test files. I have 3 files: calc.cpp, calc.hpp, and calc_test.cpp
calc.cpp
calc.hpp
calc_test.cpp