Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 218 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 218 Bytes

CMake Template

Summary

A template for CMake projects including GoogleTest.

How to build

Linux

mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain_gcc.cmake
cmake --build .