cmake_minimum_required (VERSION 2.6) project (tdd_test) add_executable(tddtest main.c testFuncs1.c testFuncs2.c)