From 47dc57c96ac93c00b57e52b4d0f8e520a109e529 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 16 Mar 2019 01:44:49 +0400 Subject: [PATCH] Enable testing from root directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 594e6be65e..d010e21fcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ cmake_minimum_required(VERSION 3.1) project(cpprestsdk-root NONE) - +enable_testing() add_subdirectory(Release)