gtest_cmake_example C++ 테스트 프레임워크 gtest cmake로 작업하는 예제 mkdir build cd build cmake .. make ./hello ./helloTest ./byeTest