Act on INSTALL_PYTHON_EXAMPLES

Conflicts:
	samples/CMakeLists.txt
This commit is contained in:
Chris Mayo
2014-12-30 10:13:10 +00:00
committed by Dikay900
parent a21fb63c28
commit 7a5aa06b9e
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ if(INSTALL_C_EXAMPLES)
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples)
endif()
if(INSTALL_PYTHON_EXAMPLES)
add_subdirectory(python2)
endif()
#
# END OF BUILD CASE 1: Build samples with library sources
#