trainings/CreatingReliableSoftwareCpp/Presentation/exercises/exampleProject
2024-05-06 11:58:30 +02:00
..
CMakeLists.txt Reliable - pierwszy commit 2024-05-06 11:58:30 +02:00
exampleProject.cpp Reliable - pierwszy commit 2024-05-06 11:58:30 +02:00
README.md Reliable - pierwszy commit 2024-05-06 11:58:30 +02:00

Linux compilation

> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make

Run program

Run program ./ExampleProject and check output, which should be "Hello World";