Reduces includes in logstream.hxx, which is included by everyone and hence needs to be lightweight.
7 lines
202 B
CMake
7 lines
202 B
CMake
|
|
include (SimGearComponent)
|
|
|
|
set(HEADERS debug_types.h logstream.hxx BufferedLogCallback.hxx)
|
|
set(SOURCES logstream.cxx BufferedLogCallback.cxx)
|
|
|
|
simgear_component(debug debug "${SOURCES}" "${HEADERS}") |