From 211b82de11c3c5bb83f669a95373b3ea6601d666 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Thu, 4 Jun 2015 12:47:31 +0200 Subject: THRIFT-2850 CMake for Apache Thrift Change project name to "Apache Thrift" and add test/py --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index afdd746f7..4db182eaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 2.8.12) -project(thrift) +project("Apache Thrift") set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake") @@ -92,6 +92,9 @@ endif() if(BUILD_PYTHON) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/py) + if(BUILD_TESTING) + add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test/py) + endif() endif() PRINT_CONFIG_SUMMARY() -- cgit v1.2.1