mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-12 09:45:04 -04:00
13 lines
345 B
CMake
13 lines
345 B
CMake
add_library(aurora_mtx STATIC
|
|
lib/dolphin/mtx/mtx.c
|
|
lib/dolphin/mtx/mtxstack.c
|
|
lib/dolphin/mtx/mtxvec.c
|
|
lib/dolphin/mtx/mtx44.c
|
|
lib/dolphin/mtx/vec.c
|
|
lib/dolphin/mtx/quat.c
|
|
)
|
|
add_library(aurora::mtx ALIAS aurora_mtx)
|
|
set_target_properties(aurora_mtx PROPERTIES FOLDER "aurora")
|
|
|
|
target_include_directories(aurora_mtx PUBLIC include)
|