Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 156 Bytes

File metadata and controls

11 lines (9 loc) · 156 Bytes

gtest_cmake_example

C++ 테스트 프레임워크 gtest cmake로 작업하는 예제

mkdir build cd build cmake .. make ./hello ./helloTest ./byeTest