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:
Julian Smith 2020-12-22 00:33:59 +00:00
parent 687e65fa36
commit 718a23cbbe

View File

@ -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