summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Elder <aelder@audioscience.com>2014-10-14 21:45:23 -0400
committerAndrew Elder <aelder@audioscience.com>2014-10-20 14:59:51 -0400
commit2445d2f06c91249b5f641a6543cf4e6cd1f4b76d (patch)
treea153114b72d90f6923e46de5a2e23d252a57ae8b /CMakeLists.txt
parent5501c68b8e3de5850d335eb12b089130ae84b355 (diff)
downloadOpen-AVB-2445d2f06c91249b5f641a6543cf4e6cd1f4b76d.tar.gz
MRP: add cpputest and start of a test framework
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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")
+