Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake

This commit is contained in:
TechGeekNZ
2020-06-27 20:46:53 +12:00
committed by Jonathan G Rennison
329 changed files with 4044 additions and 32403 deletions

9
src/3rdparty/cpp-btree/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,9 @@
add_files(
btree.h
btree_container.h
btree_map.h
btree_set.h
safe_btree.h
safe_btree_map.h
safe_btree_set.h
)