mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 22:31:20 +00:00
14 lines
355 B
CMake
14 lines
355 B
CMake
make_dnalist(liblist
|
|
CMDL)
|
|
add_library(DNACommon
|
|
DNACommon.hpp DNACommon.cpp
|
|
${liblist}
|
|
PAK.hpp
|
|
GX.hpp
|
|
STRG.hpp STRG.cpp
|
|
TXTR.hpp TXTR.cpp
|
|
ANCS.hpp
|
|
ANIM.hpp ANIM.cpp
|
|
Tweaks/ITweakPlayer.hpp
|
|
Tweaks/ITweakPlayerControl.hpp)
|