hexueyuan / demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Demo
This is a demo project to build my application, I try to make it easy on Mac and Linux.

## Build
```
mkdir build && cd build
cmake ..
make && make install
```
Run build and there will generate a `output` sub directory, all the targets are output here.

About


Languages

Language:C++ 72.2%Language:CMake 27.8%