diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7918e1..04faebb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,3 +112,7 @@ export(EXPORT mm-targets ) export(PACKAGE MM) + +############################ +# tests +add_subdirectory(test) |