update something

This commit is contained in:
CupWater
2026-08-16 14:25:48 +08:00
parent bda97cfad1
commit abd82e6961
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -4,3 +4,4 @@ project(BetterSTL VERSION 0.1.0 LANGUAGES C CXX)
add_library(BetterSTL src/BigInteger.cpp
src/BigDecimal.cpp)
include_directories(include)