Skip to content

double-free/cpp-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-project-template

My cpp project template, with gcc docker build (arm64).

Dependency

  • docker

Usage

  1. build docker image (only once) with:
docker build -t gcc-build ${repo_path}
  1. run docker container with:
./compile.sh

It mounts your current project directory to container /app.

  1. build project in container
cmake -DBUILD_TEST=on ../ && make -j8

About

my cpp project template, with gcc docker build (arm64)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •