# SPDX-License-Identifier: MIT Copyright (c) 2022 Jai Bellare See
# <https://opensource.org/licenses/MIT/> or LICENSE.md Project homepage:
# <https://github.com/strangeQuark1041/samarium>

cmake_minimum_required(VERSION 3.15)

set(SAMARIUM_TESTS_SOURCES
    tests/concepts.cpp
    tests/Vector2.cpp
    PARENT_SCOPE
)
