add testing to verion0

This commit is contained in:
2022-12-13 19:15:38 +01:00
parent 92d3d89d0f
commit 808583873a
4 changed files with 202 additions and 1 deletions

View File

@@ -33,5 +33,7 @@ elseif (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
endif()
endif()
add_subdirectory(./prototyping)
add_subdirectory(./prototyping EXCLUDE_FROM_ALL)
add_subdirectory(./version0)