mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-25 05:51:15 +00:00
TypeInfoGen is standalone, don't compile/link it
Neither the core or the game libraries need it.
This commit is contained in:
parent
c647c61d4a
commit
e9c9835bdf
1 changed files with 0 additions and 5 deletions
|
@ -392,10 +392,6 @@ set(src_tools
|
||||||
tools/guied/GEWindowWrapper_stub.cpp
|
tools/guied/GEWindowWrapper_stub.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(src_typeinfo
|
|
||||||
TypeInfo/TypeInfoGen.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
set(src_idlib
|
set(src_idlib
|
||||||
idlib/bv/Bounds.cpp
|
idlib/bv/Bounds.cpp
|
||||||
idlib/bv/Frustum.cpp
|
idlib/bv/Frustum.cpp
|
||||||
|
@ -604,7 +600,6 @@ set(src_core
|
||||||
${src_snd}
|
${src_snd}
|
||||||
${src_ui}
|
${src_ui}
|
||||||
${src_tools}
|
${src_tools}
|
||||||
${src_typeinfo}
|
|
||||||
${src_idlib}
|
${src_idlib}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue