if (ENABLE_EXAMPLES)
    add_subdirectory (examples)
endif ()

if (ENABLE_BENCHMARKS)
    add_subdirectory(benchmarks)
endif()
