Vec3/include/CMakeLists.txt

11 lines
133 B
Text
Raw Normal View History

2025-04-16 07:38:58 -04:00
project(${NAME})
2025-04-15 17:48:33 -04:00
set(HEADER_FILES
vec3.h
)
# The library contains header and source files.
2025-04-16 07:38:58 -04:00
add_library(${NAME}
2025-04-15 17:48:33 -04:00
INTERFACE
)