mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-11 08:05:52 +00:00
12 lines
250 B
CMake
12 lines
250 B
CMake
make_dnalist(liblist
|
|
PAK
|
|
MLVL
|
|
CMDL
|
|
CMDLMaterials)
|
|
add_library(DNAMP1
|
|
DNAMP1.hpp DNAMP1.cpp
|
|
${liblist}
|
|
PAK.cpp
|
|
STRG.hpp STRG.cpp
|
|
CMDL.cpp)
|