You can either include this project as a cmake dependency and then use the headers that are provided in theincludefolder or just pass theincludefolder to your compiler. #include<iostream>#include<vector>#include"miniselect/median_of_ninthers.h"intmain() { std::vector<int> v = {1,8,4,...