7c60dc8
1 2 3
cmake_minimum_required (VERSION 2.6) project (tdd_test) add_executable(tddtest main.c testFuncs1.c)