Dawn/src/physics/CMakeLists.txt

12 lines
218 B
CMake

# Copyright (c) 2021 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${PROJECT_NAME}
PRIVATE
aabb.c
sphere.c
vector.c
)