From 67d47d893bc582fbd06da8bd93a1c416fa314ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 11 Dec 2014 11:07:04 +0100 Subject: Prototype of Async library --- async/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 async/CMakeLists.txt (limited to 'async/CMakeLists.txt') diff --git a/async/CMakeLists.txt b/async/CMakeLists.txt new file mode 100644 index 0000000..19ac407 --- /dev/null +++ b/async/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(src) +add_subdirectory(autotests) \ No newline at end of file -- cgit v1.2.3