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 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 83950a9..53b454d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,5 +27,7 @@ include_directories("${PROJECT_SOURCE_DIR}") # check target that add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure) +include(cmake/utils.cmake) + enable_testing() add_subdirectory(Firestore) -- cgit v1.2.3