From 5e49692058c62dc0eecbd09cca80720ad2976d0d Mon Sep 17 00:00:00 2001 From: Gil Date: Mon, 20 Nov 2017 20:53:08 -0800 Subject: Add SecureRandom (#473) * Add SecureRandom * Add CMake support for building src/support --- Firestore/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Firestore/CMakeLists.txt') diff --git a/Firestore/CMakeLists.txt b/Firestore/CMakeLists.txt index 99f0ab1..4274056 100644 --- a/Firestore/CMakeLists.txt +++ b/Firestore/CMakeLists.txt @@ -13,3 +13,6 @@ # limitations under the License. include(${PROJECT_SOURCE_DIR}/cmake/external/googletest.cmake) + +add_subdirectory(src/support) +add_subdirectory(test/support) -- cgit v1.2.3