- create a simple calculator
| Status | Build Type |
|---|---|
| windows-latest, ubuntu-latest, macos-latest | |
| armv7 + ubuntu18.04, aarch64 + ubuntu18.04 | |
| ubuntu-latest |
# build
cmake -B build
cmake --build build
# test
cmake --build build --target test
# or
ctest --target-dir build
# run
./build/main- Awesome C++ Project in Github
- https://github.com/Ttayu/cpp_project_in_github
- Copyright 2022 Ttayu
- Licensed under the Apache License, Version 2.0
- This project utilizes OSS (Open Source Software)
- This project refer to https://github.com/iwatake2222/cpp_project_in_github