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
parent 6017d8d7a1
commit 8ca99602aa

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}
)