SHA256
update something
This commit is contained in:
@@ -438,6 +438,7 @@ FodyWeavers.xsd
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
.idea
|
||||
|
||||
# AWS User-specific
|
||||
.idea/**/aws.xml
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef BETTERSTL_BSTL_HPP
|
||||
#define BETTERSTL_BSTL_HPP
|
||||
|
||||
#endif //BETTERSTL_BSTL_HPP
|
||||
Reference in New Issue
Block a user