cmake_minimum_required(VERSION 2.6)
project(gcc_model)

ADD_EXECUTABLE(gcc_model gcc_model.cpp hellofunc.c)

INCLUDE(cis_cmake.txt)
