rustyphoenixlecture 1.5.0

This project aims to provide a simple a powerfull lecture compilation to generate html web sites
1
2
3
4
cmake_minimum_required(VERSION 3.20)
project(SimpleCpp)

add_executable(my_awsome_program main.cpp)