2023-08-08 20:42:26 -05:00
2023-08-08 20:42:26 -05:00
2023-08-08 20:42:26 -05:00
2023-08-08 20:42:26 -05:00
2023-08-26 01:02:32 -05:00
2023-08-08 20:42:26 -05:00

CppProject

This is a template for C++ projects. Replace the name 'CppProject' in the following files:

  • ./README.md (this file)
  • ./Makefile
  • ./CMakeLists.txt

Also, update .liccor.yml with your copyright info.

Prerequisites

  • Install GCC, Clang, or Visual Studio with C++20 support
  • Install Python 3
  • Install Ninja, Make, and CMake
  • Consider also installing ccache for faster subsequent build times

Build

Build options: release, debug, asan

make purge configure-{release,debug} install

Run

make run
Description
No description provided
Readme 50 KiB
Languages
CMake 66%
Makefile 19.9%
C++ 14.1%