7 lines
117 B
Text
7 lines
117 B
Text
|
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||
|
project(scraper CXX)
|
||
|
|
||
|
add_executable(${PROJECT_NAME}
|
||
|
src/main.cpp
|
||
|
)
|