From 22afa8a522e31e17024a666e80579971cd318654 Mon Sep 17 00:00:00 2001 From: emanuel Date: Mon, 17 May 2021 15:54:15 +0100 Subject: [PATCH] CI test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83698a7..4eda4b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,3 +6,4 @@ SET(BUILD_SHARED_LIBS ON) SET(CMAKE_INSTALL_PREFIX "/usr") ADD_SUBDIRECTORY(src) +ADD_SUBDIRECTORY(test)