initial version

This commit is contained in:
2024-02-25 15:35:43 +00:00
parent e391c66fc7
commit 728819033f
4 changed files with 471 additions and 209 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.10)
Project(STLite-ACM-2024)
include(CTest)
add_subdirectory(vector)
enable_testing()