mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
17 lines
538 B
CMake
17 lines
538 B
CMake
add_library(aurora_gd STATIC
|
|
lib/dolphin/gd/GDBase.cpp
|
|
lib/dolphin/gd/GDGeometry.cpp
|
|
lib/dolphin/gd/GDIndirect.cpp
|
|
lib/dolphin/gd/GDLight.cpp
|
|
lib/dolphin/gd/GDPixel.cpp
|
|
lib/dolphin/gd/GDTev.cpp
|
|
lib/dolphin/gd/GDTexture.cpp
|
|
lib/dolphin/gd/GDTransform.cpp
|
|
lib/dolphin/gd/gd.hpp
|
|
lib/dolphin/gd/GDAurora.cpp
|
|
)
|
|
add_library(aurora::gd ALIAS aurora_gd)
|
|
set_target_properties(aurora_gd PROPERTIES FOLDER "aurora")
|
|
|
|
target_link_libraries(aurora_gd PUBLIC aurora::gx)
|