Go to file Use this template
2023-08-26 01:02:32 -05:00
deps/buildcore [buildcore] Reduce commands in normal Make run, fix vcpkg 2023-08-26 00:52:30 -05:00
src Initial commit 2023-08-08 20:42:26 -05:00
.gitignore Initial commit 2023-08-08 20:42:26 -05:00
.liccor.yml Initial commit 2023-08-08 20:42:26 -05:00
CMakeLists.txt Initial commit 2023-08-08 20:42:26 -05:00
Makefile Update Makefile for buildcore changes 2023-08-26 01:02:32 -05:00
README.md Initial commit 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