python yamlReader.py
mkdir build
cd build
cmake -S=<path>
cmake -S=/home/fateme/Desktop/test-projects
make -j4
rm -r ./*
cmake -S ..
cmake --build . --config Release
cd ..
./bin/main.cpp
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python yamlReader.py
mkdir build
cd build
cmake -S=<path>
cmake -S=/home/fateme/Desktop/test-projects
make -j4
rm -r ./*
cmake -S ..
cmake --build . --config Release
cd ..
./bin/main.cpp