Python Cmake functions
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1172 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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)
|
||||
# ========================================================================
|
||||
|
||||
Reference in New Issue
Block a user