PROJECT(ALL_SRBA_EXAMPLES)

# Set the output directory of all srba examples to this subdirectory in the binary tree:
SET(EXECUTABLE_OUTPUT_PATH ".")

add_subdirectory(srba-tutorials)

