##===------------------------------------------------------------------------------*- CMake -*-===##
##
##                                   S E R I A L B O X
##
## This file is distributed under terms of BSD license. 
## See LICENSE.txt for more information.
##
##===------------------------------------------------------------------------------------------===##

cmake_minimum_required(VERSION 3.12)

serialbox_add_python_example(example-01-laplacian.py)
serialbox_add_python_example(example-02-stateless.py)
serialbox_add_python_example(example-03-slice.py)
serialbox_add_python_example(example-04-savepoints.py)
serialbox_add_python_example(example-05-async.py Field.json)
