diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-08 00:24:41 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-08 00:24:41 +0100 |
commit | 0964e7da8576b8761e8d3d16b50cc842406c7e67 (patch) | |
tree | b8e3ba7cb0b46cee9a12e4d77f74f34b897d8b1e /CMakeLists.txt | |
parent | 49533399810630031541b25407cd88498a72f6c3 (diff) |
Added High Level Logic Template
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3167ad..a5fe3d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,3 +111,4 @@ SET(link_libraries # Bindings to compile # -------------------- add_subdirectory(Alsa) +add_subdirectory(BusinessLogic) |