mirror of
https://github.com/encounter/aurora.git
synced 2025-07-29 08:25:36 +00:00
7 lines
149 B
CMake
7 lines
149 B
CMake
add_library(aurora_mtx STATIC
|
|
lib/dolphin/mtx.c
|
|
)
|
|
add_library(aurora::mtx ALIAS aurora_mtx)
|
|
|
|
target_include_directories(aurora_mtx PUBLIC include)
|