Skip to content

catitw/cpp20_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/cpp20_template.git
    cd cpp20_template
  2. Configure the project:

meson setup build

This will create a build directory with the necessary build files.

  1. Build the project:
meson compile -C build

This will compile all the .cpp files in the src directory and generate corresponding executables.

  1. Run the executables:

Each .cpp file with a main function will generate an executable. You can run them individually:

./build/main1
./build/main2
./build/main3

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published