Renamed bundled Expat headers to avoid any possibility of accidental including system headers when using bundled Expat, or vice-versa. Should help with SVN crashes reported by Thomas.
14 lines
159 B
CMake
14 lines
159 B
CMake
|
|
include (SimGearComponent)
|
|
|
|
|
|
set(HEADERS
|
|
easyxml.hxx
|
|
)
|
|
|
|
set(SOURCES
|
|
easyxml.cxx
|
|
)
|
|
|
|
simgear_component(xml xml "${SOURCES}" "${HEADERS}")
|