mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 05:36:40 +00:00
Make sure everything compiles in ESM4
This commit is contained in:
parent
96463cbb02
commit
57c1f2e231
3 changed files with 181 additions and 7 deletions
|
@ -72,6 +72,8 @@ if (GTEST_FOUND AND GMOCK_FOUND)
|
|||
files/hash.cpp
|
||||
|
||||
toutf8/toutf8.cpp
|
||||
|
||||
esm4/includes.cpp
|
||||
)
|
||||
|
||||
source_group(apps\\openmw_test_suite FILES openmw_test_suite.cpp ${UNITTEST_SRC_FILES})
|
||||
|
|
89
apps/openmw_test_suite/esm4/includes.cpp
Normal file
89
apps/openmw_test_suite/esm4/includes.cpp
Normal file
|
@ -0,0 +1,89 @@
|
|||
#include <components/esm4/acti.hpp>
|
||||
#include <components/esm4/actor.hpp>
|
||||
#include <components/esm4/common.hpp>
|
||||
#include <components/esm4/dialogue.hpp>
|
||||
#include <components/esm4/effect.hpp>
|
||||
#include <components/esm4/formid.hpp>
|
||||
#include <components/esm4/inventory.hpp>
|
||||
#include <components/esm4/lighting.hpp>
|
||||
#include <components/esm4/loadachr.hpp>
|
||||
#include <components/esm4/loadacre.hpp>
|
||||
#include <components/esm4/loadalch.hpp>
|
||||
#include <components/esm4/loadaloc.hpp>
|
||||
#include <components/esm4/loadammo.hpp>
|
||||
#include <components/esm4/loadanio.hpp>
|
||||
#include <components/esm4/loadappa.hpp>
|
||||
#include <components/esm4/loadarma.hpp>
|
||||
#include <components/esm4/loadarmo.hpp>
|
||||
#include <components/esm4/loadaspc.hpp>
|
||||
#include <components/esm4/loadbook.hpp>
|
||||
#include <components/esm4/loadbptd.hpp>
|
||||
#include <components/esm4/loadcell.hpp>
|
||||
#include <components/esm4/loadclas.hpp>
|
||||
#include <components/esm4/loadclfm.hpp>
|
||||
#include <components/esm4/loadclot.hpp>
|
||||
#include <components/esm4/loadcont.hpp>
|
||||
#include <components/esm4/loadcrea.hpp>
|
||||
#include <components/esm4/loaddial.hpp>
|
||||
#include <components/esm4/loaddobj.hpp>
|
||||
#include <components/esm4/loaddoor.hpp>
|
||||
#include <components/esm4/loadeyes.hpp>
|
||||
#include <components/esm4/loadflor.hpp>
|
||||
#include <components/esm4/loadflst.hpp>
|
||||
#include <components/esm4/loadfurn.hpp>
|
||||
#include <components/esm4/loadglob.hpp>
|
||||
#include <components/esm4/loadgras.hpp>
|
||||
#include <components/esm4/loadgrup.hpp>
|
||||
#include <components/esm4/loadhair.hpp>
|
||||
#include <components/esm4/loadhdpt.hpp>
|
||||
#include <components/esm4/loadidle.hpp>
|
||||
#include <components/esm4/loadidlm.hpp>
|
||||
#include <components/esm4/loadimod.hpp>
|
||||
#include <components/esm4/loadinfo.hpp>
|
||||
#include <components/esm4/loadingr.hpp>
|
||||
#include <components/esm4/loadkeym.hpp>
|
||||
#include <components/esm4/loadland.hpp>
|
||||
#include <components/esm4/loadlgtm.hpp>
|
||||
#include <components/esm4/loadligh.hpp>
|
||||
#include <components/esm4/loadltex.hpp>
|
||||
#include <components/esm4/loadlvlc.hpp>
|
||||
#include <components/esm4/loadlvli.hpp>
|
||||
#include <components/esm4/loadlvln.hpp>
|
||||
#include <components/esm4/loadmato.hpp>
|
||||
#include <components/esm4/loadmisc.hpp>
|
||||
#include <components/esm4/loadmset.hpp>
|
||||
#include <components/esm4/loadmstt.hpp>
|
||||
#include <components/esm4/loadmusc.hpp>
|
||||
#include <components/esm4/loadnavi.hpp>
|
||||
#include <components/esm4/loadnavm.hpp>
|
||||
#include <components/esm4/loadnote.hpp>
|
||||
#include <components/esm4/loadnpc.hpp>
|
||||
#include <components/esm4/loadotft.hpp>
|
||||
#include <components/esm4/loadpack.hpp>
|
||||
#include <components/esm4/loadpgrd.hpp>
|
||||
#include <components/esm4/loadpgre.hpp>
|
||||
#include <components/esm4/loadpwat.hpp>
|
||||
#include <components/esm4/loadqust.hpp>
|
||||
#include <components/esm4/loadrace.hpp>
|
||||
#include <components/esm4/loadrefr.hpp>
|
||||
#include <components/esm4/loadregn.hpp>
|
||||
#include <components/esm4/loadroad.hpp>
|
||||
#include <components/esm4/loadsbsp.hpp>
|
||||
#include <components/esm4/loadscol.hpp>
|
||||
#include <components/esm4/loadscpt.hpp>
|
||||
#include <components/esm4/loadscrl.hpp>
|
||||
#include <components/esm4/loadsgst.hpp>
|
||||
#include <components/esm4/loadslgm.hpp>
|
||||
#include <components/esm4/loadsndr.hpp>
|
||||
#include <components/esm4/loadsoun.hpp>
|
||||
#include <components/esm4/loadstat.hpp>
|
||||
#include <components/esm4/loadtact.hpp>
|
||||
#include <components/esm4/loadterm.hpp>
|
||||
#include <components/esm4/loadtes4.hpp>
|
||||
#include <components/esm4/loadtree.hpp>
|
||||
#include <components/esm4/loadtxst.hpp>
|
||||
#include <components/esm4/loadweap.hpp>
|
||||
#include <components/esm4/loadwrld.hpp>
|
||||
#include <components/esm4/reader.hpp>
|
||||
#include <components/esm4/reference.hpp>
|
||||
#include <components/esm4/script.hpp>
|
|
@ -95,13 +95,96 @@ add_component_dir (esm3terrain
|
|||
)
|
||||
|
||||
add_component_dir (esm4
|
||||
loadachr loadacre loadacti loadalch loadaloc loadammo loadanio loadappa loadarma loadarmo loadaspc loadbook
|
||||
loadbptd loadcell loadclas loadclfm loadclot common loadcont loadcrea loaddial loaddobj loaddoor loadeyes
|
||||
loadflor loadflst formid loadfurn loadglob loadgras loadhair loadhdpt loadidle loadidlm loadimod loadinfo
|
||||
loadingr loadkeym loadland loadlgtm loadligh loadltex loadlvlc loadlvli loadlvln loadmato loadmisc loadmset
|
||||
loadmstt loadmusc loadnavi loadnavm loadnote loadnpc loadotft loadpack loadpgrd loadpgre loadpwat loadqust
|
||||
loadrace loadrefr loadregn loadroad loadsbsp loadscol loadscpt loadscrl loadsgst loadslgm loadsndr
|
||||
loadsoun loadstat loadtact loadterm loadtes4 loadtree loadtxst loadweap loadwrld reader
|
||||
acti
|
||||
actor
|
||||
common
|
||||
dialogue
|
||||
effect
|
||||
formid
|
||||
inventory
|
||||
lighting
|
||||
loadachr
|
||||
loadacre
|
||||
loadacti
|
||||
loadalch
|
||||
loadaloc
|
||||
loadammo
|
||||
loadanio
|
||||
loadappa
|
||||
loadarma
|
||||
loadarmo
|
||||
loadaspc
|
||||
loadbook
|
||||
loadbptd
|
||||
loadcell
|
||||
loadclas
|
||||
loadclfm
|
||||
loadclot
|
||||
loadcont
|
||||
loadcrea
|
||||
loaddial
|
||||
loaddobj
|
||||
loaddoor
|
||||
loadeyes
|
||||
loadflor
|
||||
loadflst
|
||||
loadfurn
|
||||
loadglob
|
||||
loadgras
|
||||
loadgrup
|
||||
loadhair
|
||||
loadhdpt
|
||||
loadidle
|
||||
loadidlm
|
||||
loadimod
|
||||
loadinfo
|
||||
loadingr
|
||||
loadkeym
|
||||
loadland
|
||||
loadlgtm
|
||||
loadligh
|
||||
loadltex
|
||||
loadlvlc
|
||||
loadlvli
|
||||
loadlvln
|
||||
loadmato
|
||||
loadmisc
|
||||
loadmset
|
||||
loadmstt
|
||||
loadmusc
|
||||
loadnavi
|
||||
loadnavm
|
||||
loadnote
|
||||
loadnpc
|
||||
loadotft
|
||||
loadpack
|
||||
loadpgrd
|
||||
loadpgre
|
||||
loadpwat
|
||||
loadqust
|
||||
loadrace
|
||||
loadrefr
|
||||
loadregn
|
||||
loadroad
|
||||
loadsbsp
|
||||
loadscol
|
||||
loadscpt
|
||||
loadscrl
|
||||
loadsgst
|
||||
loadslgm
|
||||
loadsndr
|
||||
loadsoun
|
||||
loadstat
|
||||
loadtact
|
||||
loadterm
|
||||
loadtes4
|
||||
loadtree
|
||||
loadtxst
|
||||
loadweap
|
||||
loadwrld
|
||||
reader
|
||||
reference
|
||||
script
|
||||
)
|
||||
|
||||
add_component_dir (misc
|
||||
|
|
Loading…
Reference in a new issue