Fixed build failure caused by flightgear now #including logdelta.hxx.
The fix is to add logdelta.hxx to list of headerss in simgear/debug/CMakeLists.txt.
This commit is contained in:
parent
687e65fa36
commit
718a23cbbe
@ -4,7 +4,7 @@ include (SimGearComponent)
|
||||
set(HEADERS debug_types.h
|
||||
logstream.hxx BufferedLogCallback.hxx OsgIoCapture.hxx
|
||||
LogCallback.hxx LogEntry.hxx
|
||||
ErrorReportingCallback.hxx)
|
||||
ErrorReportingCallback.hxx logdelta.hxx)
|
||||
|
||||
set(SOURCES logstream.cxx BufferedLogCallback.cxx
|
||||
LogCallback.cxx LogEntry.cxx logdelta.cxx
|
||||
|
Loading…
Reference in New Issue
Block a user