11 lines
304 B
CMake
11 lines
304 B
CMake
|
|
include (SimGearComponent)
|
|
|
|
set(HEADERS debug_types.h
|
|
logstream.hxx BufferedLogCallback.hxx OsgIoCapture.hxx
|
|
LogCallback.hxx LogEntry.hxx)
|
|
set(SOURCES logstream.cxx BufferedLogCallback.cxx
|
|
LogCallback.cxx LogEntry.cxx logdelta.cxx)
|
|
|
|
simgear_component(debug debug "${SOURCES}" "${HEADERS}")
|