Vec3/include/CMakeLists.txt
2025-04-16 07:38:58 -04:00

11 lines
133 B
CMake

project(${NAME})
set(HEADER_FILES
vec3.h
)
# The library contains header and source files.
add_library(${NAME}
INTERFACE
)