technical task for basecamp students
-
Clone
yaml-cppand build it following its build tutorial. -
Build the program linking static library
g++ -o result main.cpp process.cpp -lyaml-cpp -pthread -std=c++17
Note: specify yaml-cpp location for the linker in case the library is not located in your working directory