samlior / cinatra_example

This is a example project for cinatra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cinatra_example

This is a example project for cinatra

Build on Linux and macOS

git clone https://github.com/samlior/cinatra_example.git
cd cinatra_example
mkdir build && cd build
cmake .. -DCMAKE_C_FLAGS=-mavx2 -DCMAKE_CXX_FLAGS=-mavx2 -DCMAKE_BUILD_TYPE=Release -G Ninja
ninja

Build on Windows

git clone https://github.com/samlior/cinatra_example.git
cd cinatra_example
mkdir build && cd build
cmake ..

License

GNU General Public License v3.0

About

This is a example project for cinatra


Languages

Language:CMake 79.4%Language:C++ 20.6%