From 2445d2f06c91249b5f641a6543cf4e6cd1f4b76d Mon Sep 17 00:00:00 2001 From: Andrew Elder Date: Tue, 14 Oct 2014 21:45:23 -0400 Subject: MRP: add cpputest and start of a test framework --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..8ea1c165 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required (VERSION 2.8) +project (open-avb) +add_subdirectory("daemons/mrpd") +add_subdirectory("thirdparty/cpputest") + -- cgit v1.2.1