cmake_minimum_required (VERSION 2.8.11)

project (SIMPLE)

add_executable (simpleDemo main.cpp)