From 8196cb84b52cb688a2d17fb47f678437d71e8b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 16 Sep 2014 11:15:29 +0000 Subject: [PATCH] Python Cmake functions git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1172 fdac6126-5c0c-442c-9429-916003d36597 --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 300c2eea..cb009c3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required (VERSION 2.6) +enable_testing() + # Only set project name if OpenMesh is built as stand-alone library if("${PROJECT_NAME}" STREQUAL "") project (OpenMesh) @@ -94,6 +96,12 @@ endif() add_subdirectory (Doc) +# ======================================================================== +# Include Python interface +# ======================================================================== + +add_subdirectory (src/Python) + # ======================================================================== # Bundle generation (Targets exist, now configure them) # ========================================================================