##==================================================================================================
##  EVE - Expressive Vector Engine
##  Copyright : EVE Project Contributors
##  SPDX-License-Identifier: BSL-1.0
##==================================================================================================

##==================================================================================================
## Introductory Tutorial
##==================================================================================================
make_unit( "examples.tutorial" intro-01.cpp )
make_unit( "examples.tutorial" intro-02.cpp )
make_unit( "examples.tutorial" intro-03.cpp )
make_unit( "examples.tutorial" intro-04.cpp )

##==================================================================================================
## Conditionals Tutorial
##==================================================================================================
make_unit( "examples.tutorial" sqrt_positive_else.cpp  )
make_unit( "examples.tutorial" sqrt_positive_op.cpp    )
make_unit( "examples.tutorial" sqrt_positive.cpp       )
make_unit( "examples.tutorial" load_between.cpp     )
make_unit( "examples.tutorial" load_ignore.cpp      )
make_unit( "examples.tutorial" load_ignore_both.cpp )
make_unit( "examples.tutorial" square_or_diff.cpp   )
make_unit( "examples.tutorial" mandelbrot.cpp   )
