mirror of https://github.com/AxioDL/metaforce.git
23 lines
559 B
CMake
23 lines
559 B
CMake
make_dnalist(liblist
|
|
CMDL
|
|
CVar)
|
|
|
|
add_library(DNACommon
|
|
DNACommon.hpp DNACommon.cpp
|
|
${liblist}
|
|
PAK.hpp
|
|
GX.hpp
|
|
MLVL.hpp
|
|
CMDL.cpp
|
|
MAPA.hpp
|
|
STRG.hpp STRG.cpp
|
|
TXTR.hpp TXTR.cpp
|
|
ANCS.hpp
|
|
ANIM.hpp ANIM.cpp
|
|
DeafBabe.hpp
|
|
BabeDead.hpp
|
|
Tweaks/ITweakGame.hpp
|
|
Tweaks/ITweakParticle.hpp
|
|
Tweaks/ITweakPlayer.hpp
|
|
Tweaks/ITweakPlayerControl.hpp)
|