From 7c60dc8fb35f28fd1f9eda680361cf9fcfa4e6a1 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 25 Nov 2016 03:47:39 +0330 Subject: cmake --- test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/CMakeLists.txt (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..c60c3c7 --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required (VERSION 2.6) +project (tdd_test) +add_executable(tddtest main.c testFuncs1.c) -- cgit v1.2.3