Python Cmake functions

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1172 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-09-16 11:15:29 +00:00
parent 8a19cd851e
commit 8196cb84b5

View File

@@ -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)
# ========================================================================