8000 GitHub - nthaker-pfpt/dockerized_cpp_build_example · GitHub
[go: up one dir, main page]

Skip to content

nthaker-pfpt/dockerized_cpp_build_example

 
 

Repository files navigation

Dockerized C++ Build Example

This repository is an example of a C++ project built inside a docker container using the approach described in Dockerized build environments for C/C++ projects.

The base Makefile from the post is added as a git submodule from f-squirrel/dockerized_cpp and stored in build_toools of this repo.

The top-level Makefile "includes" build_tools/Makefile and overrides some default variables such as C/C++ compilers, project name, and adds a custom make target.

Additionally, the directory .devcontainer contains the minimum settings required to launch VS Code in the dockerized mode described in VS Code with dockerized build environments for C/C++ projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 47.3%
  • Shell 28.3%
  • C++ 12.3%
  • Makefile 12.1%
0