JosephYao / ios-cmake-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please make sure you have make and cmake installed

To build the code and test, please:

    mkdir build
    cd build
    cmake ..
    make

To run the code, please execute ./main/cpp_otp

To run the test, please execute ./test/cpp_otp_test

About


Languages

Language:CMake 62.3%Language:C++ 37.7%