Skip to content

Repository for the CMake exercise of the SSE lecture

License

Notifications You must be signed in to change notification settings

andreichalapco/cmake-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's fight with CMake, Docker, and some dependencies

Repository for the CMake exercise.

Usefull comands

How to build an image

sudo docker build -t cmake-exercise-test-image .

How to run a image (with interactive mode)

sudo docker run -i -t cmake-exercise-test-image


How to mount the local directory to the docker container
```bash
sudo docker run -d -i -t --name exercise-cmake --mount type=bind,source="$(pwd)",target=/mnt/share ubuntu

About

Repository for the CMake exercise of the SSE lecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.7%
  • CMake 10.5%
  • Dockerfile 6.1%
  • Shell 3.7%