2016-10-09 07:45:04 +00:00
|
|
|
make_dnalist(liblist DNACommon
|
2015-12-06 03:05:34 +00:00
|
|
|
CMDL
|
2016-01-14 07:22:43 +00:00
|
|
|
MAPA
|
2016-02-02 04:29:58 +00:00
|
|
|
EGMC
|
2016-07-24 01:51:15 +00:00
|
|
|
SAVWCommon
|
2017-01-27 02:58:21 +00:00
|
|
|
ParticleCommon
|
|
|
|
Tweaks/ITweakPlayerGun)
|
2015-11-22 06:51:25 +00:00
|
|
|
|
2016-10-07 18:44:45 +00:00
|
|
|
set(DNACOMMON_SOURCES
|
|
|
|
DNACommon.hpp DNACommon.cpp
|
|
|
|
PAK.hpp PAK.cpp
|
|
|
|
GX.hpp
|
|
|
|
FSM2.hpp FSM2.cpp
|
|
|
|
MLVL.hpp MLVL.cpp
|
|
|
|
CMDL.cpp
|
|
|
|
MAPA.cpp
|
|
|
|
STRG.hpp STRG.cpp
|
|
|
|
TXTR.hpp TXTR.cpp
|
|
|
|
ANCS.hpp
|
|
|
|
ANIM.hpp ANIM.cpp
|
|
|
|
PART.hpp PART.cpp
|
|
|
|
SWHC.hpp SWHC.cpp
|
|
|
|
CRSC.hpp CRSC.cpp
|
|
|
|
ELSC.hpp ELSC.cpp
|
|
|
|
WPSC.hpp WPSC.cpp
|
|
|
|
DPSC.hpp DPSC.cpp
|
|
|
|
ParticleCommon.cpp
|
|
|
|
FONT.hpp FONT.cpp
|
|
|
|
DGRP.hpp DGRP.cpp
|
|
|
|
ATBL.hpp ATBL.cpp
|
|
|
|
DeafBabe.hpp DeafBabe.cpp
|
|
|
|
BabeDead.hpp BabeDead.cpp
|
|
|
|
RigInverter.hpp RigInverter.cpp
|
|
|
|
AROTBuilder.hpp AROTBuilder.cpp
|
2017-01-21 06:03:37 +00:00
|
|
|
Tweaks/ITweak.hpp
|
2016-10-07 18:44:45 +00:00
|
|
|
Tweaks/TweakWriter.hpp
|
|
|
|
Tweaks/ITweakGame.hpp
|
|
|
|
Tweaks/ITweakParticle.hpp
|
|
|
|
Tweaks/ITweakPlayer.hpp
|
|
|
|
Tweaks/ITweakPlayerControl.hpp
|
|
|
|
Tweaks/ITweakGunRes.hpp
|
|
|
|
Tweaks/ITweakPlayerRes.hpp
|
|
|
|
Tweaks/ITweakGui.hpp
|
2017-01-21 06:03:37 +00:00
|
|
|
Tweaks/ITweakSlideShow.hpp
|
2017-01-26 10:06:18 +00:00
|
|
|
Tweaks/ITweakTargeting.hpp
|
|
|
|
Tweaks/ITweakAutoMapper.hpp
|
|
|
|
Tweaks/ITweakBall.hpp
|
|
|
|
Tweaks/ITweakGuiColors.hpp)
|
2016-10-07 18:44:45 +00:00
|
|
|
|
|
|
|
dataspec_add_list(DNACommon DNACOMMON_SOURCES)
|
2016-10-09 07:45:04 +00:00
|
|
|
list(APPEND DNACOMMON_SOURCES ${liblist})
|