Fix building without testing enabled

This commit is contained in:
2026-08-05 10:30:22 +03:00
parent 01e5afbb60
commit f56a5102a9
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -1,2 +1,5 @@
add_subdirectory(src)
if(BUILD_TESTING)
add_subdirectory(tests)
endif()
+3
View File
@@ -1,2 +1,5 @@
add_subdirectory(src)
if(BUILD_TESTING)
add_subdirectory(tests)
endif()