add examples for the ObjectManager API

This commit is contained in:
Urs Ritzmann
2021-10-14 15:54:44 +02:00
parent 4e908612ed
commit a5ecbbfcec
9 changed files with 354 additions and 1 deletions

View File

@@ -164,6 +164,17 @@ if(BUILD_CODE_GEN)
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/tools")
endif()
#----------------------------------
# EXAMPLES
#----------------------------------
option(BUILD_EXAMPLES "Build example programs (default OFF)" OFF)
if(BUILD_EXAMPLES)
message(STATUS "Building with examples")
add_subdirectory(examples)
endif()
#----------------------------------
# DOCUMENTATION
#----------------------------------