TypeInfoGen is standalone, don't compile/link it

Neither the core or the game libraries need it.
This commit is contained in:
dhewg 2011-12-16 16:37:58 +01:00 committed by Daniel Gibson
parent c647c61d4a
commit e9c9835bdf

View file

@ -392,10 +392,6 @@ set(src_tools
tools/guied/GEWindowWrapper_stub.cpp
)
set(src_typeinfo
TypeInfo/TypeInfoGen.cpp
)
set(src_idlib
idlib/bv/Bounds.cpp
idlib/bv/Frustum.cpp
@ -604,7 +600,6 @@ set(src_core
${src_snd}
${src_ui}
${src_tools}
${src_typeinfo}
${src_idlib}
)