From 7f9ad6933df8f498d240858bf32872a7c5568ade Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 5 Sep 2023 15:07:23 +0200 Subject: conan: enable tests during build --- source/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/CMakeLists.txt') diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 38a8208..300953d 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -5,6 +5,8 @@ project("wanda" VERSION "1.0.0" ) +enable_testing() + add_subdirectory("app") add_subdirectory("lib") add_subdirectory("tests") \ No newline at end of file -- cgit v1.2.3