cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project(scraper CXX) add_executable(${PROJECT_NAME} src/main.cpp )